Trace number 4303260

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 2018-08-02? (TO) 2519.76 2520.04

General information on the benchmark

NameColouredQueens/
ColouredQueens-16_c18.xml
MD5SUMca60191094dbbdd7cca22b5ebea1cb75
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 variables256
Number of constraints90
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":256}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":252}]
Minimum constraint arity2
Maximum constraint arity16
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":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":34}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":90}]
Optimization problemNO
Type of objective

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303260-1533990060/watcher-4303260-1533990060 -o /tmp/evaluation-result-4303260-1533990060/solver-4303260-1533990060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1533990060-10870 --watchdog 2580 xcsp_picat HOME/instance-4303260-1533990060.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=10897, runsolver pid=10892

[startup+0.10078 s]*
/proc/loadavg: 1.00 1.04 1.35 4/188 10901
/proc/meminfo: memFree=5454060/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2028608 memory=16392 CPUtime=0.1 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 2409 0 0 0 10 0 0 0 20 0 1 0 216569217 2077294592 4098 33554432000 4194304 5849708 140723175979872 140723175978120 140494611760896 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 507152 4098 638 405 0 504097 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2028608 KiB
Current children cumulated memory: 16392 KiB

[startup+0.209449 s]*
/proc/loadavg: 1.00 1.04 1.35 3/188 10901
/proc/meminfo: memFree=5453688/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2028608 memory=16392 CPUtime=0.21 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 2414 0 0 0 21 0 0 0 20 0 1 0 216569217 2077294592 4098 33554432000 4194304 5849708 140723175979872 140723175978120 5361324 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 507152 4098 638 405 0 504097 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2028608 KiB
Current children cumulated memory: 16392 KiB

[startup+0.308957 s]*
/proc/loadavg: 1.00 1.04 1.35 3/188 10901
/proc/meminfo: memFree=5451036/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2031532 memory=18180 CPUtime=0.31 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 3440 0 0 0 31 0 0 0 20 0 1 0 216569217 2080288768 4545 33554432000 4194304 5849708 140723175979872 140723175978120 5416865 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 507883 4545 647 405 0 504828 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031532 KiB
Current children cumulated memory: 18180 KiB

[startup+0.700252 s]
/proc/loadavg: 1.00 1.04 1.35 4/188 10901
/proc/meminfo: memFree=5450292/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2031532 memory=18180 CPUtime=0.69 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 3453 0 0 0 69 0 0 0 20 0 1 0 216569217 2080288768 4545 33554432000 4194304 5849708 140723175979872 140723175978360 5355898 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 507883 4545 647 405 0 504828 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2031532 KiB
Current children cumulated memory: 18180 KiB

[startup+1.50027 s]
/proc/loadavg: 0.92 1.02 1.34 3/188 10901
/proc/meminfo: memFree=5449544/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2033580 memory=21336 CPUtime=1.49 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 4232 0 0 0 147 2 0 0 20 0 1 0 216569217 2082385920 5334 33554432000 4194304 5849708 140723175979872 140723175978360 5437420 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 508395 5334 661 405 0 505340 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2033580 KiB
Current children cumulated memory: 21336 KiB

[startup+3.10952 s]
/proc/loadavg: 0.92 1.02 1.34 4/188 10901
/proc/meminfo: memFree=5437504/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2038968 memory=26884 CPUtime=3.1 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 7717 0 0 0 306 4 0 0 20 0 1 0 216569217 2087903232 6721 33554432000 4194304 5849708 140723175979872 140723175978360 5321416 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 509742 6721 661 405 0 506687 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2038968 KiB
Current children cumulated memory: 26884 KiB

[startup+6.30027 s]
/proc/loadavg: 1.01 1.04 1.34 4/188 10901
/proc/meminfo: memFree=5434444/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2041844 memory=29608 CPUtime=6.28 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 9903 0 0 0 619 9 0 0 20 0 1 0 216569217 2090848256 7402 33554432000 4194304 5849708 140723175979872 140723175978872 4213631 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 510461 7402 661 405 0 507406 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2041844 KiB
Current children cumulated memory: 29608 KiB

[startup+12.7003 s]
/proc/loadavg: 1.09 1.06 1.35 4/188 10901
/proc/meminfo: memFree=5429196/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2046796 memory=34720 CPUtime=12.68 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 14793 0 0 0 1251 17 0 0 20 0 1 0 216569217 2095919104 8680 33554432000 4194304 5849708 140723175979872 140723175978872 140494612172679 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 511699 8680 661 405 0 508644 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2046796 KiB
Current children cumulated memory: 34720 KiB

[startup+25.5003 s]
/proc/loadavg: 1.23 1.09 1.35 4/188 10901
/proc/meminfo: memFree=5408868/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2061936 memory=52884 CPUtime=25.48 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 35396 0 0 0 2511 37 0 0 20 0 1 0 216569217 2111422464 13221 33554432000 4194304 5849708 140723175979872 140723175978872 140494612172679 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 515484 13221 661 405 0 512429 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2061936 KiB
Current children cumulated memory: 52884 KiB

[startup+51.1095 s]
/proc/loadavg: 1.53 1.18 1.37 4/188 10901
/proc/meminfo: memFree=5370468/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2078544 memory=70544 CPUtime=51.09 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 67203 0 0 0 5042 67 0 0 20 0 1 0 216569217 2128429056 17636 33554432000 4194304 5849708 140723175979872 140723175978872 5413360 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 519636 17636 661 405 0 516581 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2078544 KiB
Current children cumulated memory: 70544 KiB

[startup+102.3 s]
/proc/loadavg: 1.80 1.30 1.41 4/188 10902
/proc/meminfo: memFree=5363056/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2073872 memory=65864 CPUtime=102.27 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 99142 0 0 0 10108 119 0 0 20 0 1 0 216569217 2123644928 16466 33554432000 4194304 5849708 140723175979872 140723175979032 140494612172679 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 518468 16466 661 405 0 515413 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2073872 KiB
Current children cumulated memory: 65864 KiB

[startup+162.3 s]
/proc/loadavg: 1.93 1.43 1.44 4/188 10903
/proc/meminfo: memFree=5308628/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2093616 memory=85808 CPUtime=162.26 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 129388 0 0 0 16052 174 0 0 20 0 1 0 216569217 2143862784 21452 33554432000 4194304 5849708 140723175979872 140723175978872 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 523404 21452 661 405 0 520349 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 2093616 KiB
Current children cumulated memory: 85808 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.53 1.48 4/188 10904
/proc/meminfo: memFree=5278012/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2115440 memory=107552 CPUtime=222.26 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 151067 0 0 0 21999 227 0 0 20 0 1 0 216569217 2166210560 26888 33554432000 4194304 5849708 140723175979872 140723175979032 140494612172679 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 528860 26888 661 405 0 525805 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 2115440 KiB
Current children cumulated memory: 107552 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.62 1.51 3/188 10906
/proc/meminfo: memFree=5236044/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2123904 memory=115856 CPUtime=282.26 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 158453 0 0 0 27956 270 0 0 20 0 1 0 216569217 2174877696 28964 33554432000 4194304 5849708 140723175979872 140723175978872 5340254 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 530976 28964 661 405 0 527921 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2123904 KiB
Current children cumulated memory: 115856 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.69 1.54 4/187 10907
/proc/meminfo: memFree=5202496/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2205568 memory=197680 CPUtime=342.25 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 189007 0 0 0 33916 309 0 0 20 0 1 0 216569217 2258501632 49420 33554432000 4194304 5849708 140723175979872 140723175978872 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 551392 49420 661 405 0 548337 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 2205568 KiB
Current children cumulated memory: 197680 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.74 1.57 4/187 10908
/proc/meminfo: memFree=5202676/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2203284 memory=190604 CPUtime=402.24 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 212209 0 0 0 39882 342 0 0 20 0 1 0 216569217 2256162816 47651 33554432000 4194304 5849708 140723175979872 140723175978872 140494611761056 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 550821 47651 661 405 0 547766 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 2203284 KiB
Current children cumulated memory: 190604 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.60 4/187 10910
/proc/meminfo: memFree=5178540/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2155736 memory=147848 CPUtime=462.23 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 237644 0 0 0 45850 373 0 0 20 0 1 0 216569217 2207473664 36962 33554432000 4194304 5849708 140723175979872 140723175978872 5438237 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 538934 36962 661 405 0 535879 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2155736 KiB
Current children cumulated memory: 147848 KiB


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

/proc/10897/statm: 667789 164016 661 405 0 664734 0
Current children cumulated CPU time: 1722.1 s
Current children cumulated vsize: 2671156 KiB
Current children cumulated memory: 656064 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.93 4/188 10956
/proc/meminfo: memFree=4332652/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2969452 memory=954360 CPUtime=1782.09 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1113240 0 0 0 177470 739 0 0 20 0 1 0 216569217 3040718848 238590 33554432000 4194304 5849708 140723175979872 140723175978872 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 742363 238590 661 405 0 739308 0
Current children cumulated CPU time: 1782.09 s
Current children cumulated vsize: 2969452 KiB
Current children cumulated memory: 954360 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.94 4/188 10957
/proc/meminfo: memFree=4984552/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2312532 memory=304772 CPUtime=1842.09 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1197445 0 0 0 183443 766 0 0 20 0 1 0 216569217 2368032768 76193 33554432000 4194304 5849708 140723175979872 140723175978872 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 578133 76193 661 405 0 575078 0
Current children cumulated CPU time: 1842.09 s
Current children cumulated vsize: 2312532 KiB
Current children cumulated memory: 304772 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.94 4/188 10958
/proc/meminfo: memFree=4886200/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2372124 memory=364236 CPUtime=1902.07 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1239035 0 0 0 189426 781 0 0 20 0 1 0 216569217 2429054976 91059 33554432000 4194304 5849708 140723175979872 140723175978872 5437702 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 593031 91059 661 405 0 589976 0
Current children cumulated CPU time: 1902.07 s
Current children cumulated vsize: 2372124 KiB
Current children cumulated memory: 364236 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/188 10959
/proc/meminfo: memFree=4849672/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2395348 memory=387460 CPUtime=1962.07 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1249157 0 0 0 195414 793 0 0 20 0 1 0 216569217 2452836352 96865 33554432000 4194304 5849708 140723175979872 140723175978872 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 598837 96865 661 405 0 595782 0
Current children cumulated CPU time: 1962.07 s
Current children cumulated vsize: 2395348 KiB
Current children cumulated memory: 387460 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 10960
/proc/meminfo: memFree=4762264/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2410336 memory=402448 CPUtime=2022.06 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1291736 0 0 0 201402 804 0 0 20 0 1 0 216569217 2468184064 100612 33554432000 4194304 5849708 140723175979872 140723175978872 5437623 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 602584 100612 661 405 0 599529 0
Current children cumulated CPU time: 2022.06 s
Current children cumulated vsize: 2410336 KiB
Current children cumulated memory: 402448 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 10963
/proc/meminfo: memFree=4687260/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2484540 memory=476652 CPUtime=2082.05 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1322524 0 0 0 207391 814 0 0 20 0 1 0 216569217 2544168960 119163 33554432000 4194304 5849708 140723175979872 140723175978872 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 621135 119163 661 405 0 618080 0
Current children cumulated CPU time: 2082.05 s
Current children cumulated vsize: 2484540 KiB
Current children cumulated memory: 476652 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 10964
/proc/meminfo: memFree=4687524/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2484540 memory=476652 CPUtime=2142.04 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1338865 0 0 0 213382 822 0 0 20 0 1 0 216569217 2544168960 119163 33554432000 4194304 5849708 140723175979872 140723175978872 5335528 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 621135 119163 661 405 0 618080 0
Current children cumulated CPU time: 2142.04 s
Current children cumulated vsize: 2484540 KiB
Current children cumulated memory: 476652 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 10965
/proc/meminfo: memFree=4656796/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2514520 memory=506632 CPUtime=2202.04 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1386209 0 0 0 219367 837 0 0 20 0 1 0 216569217 2574868480 126658 33554432000 4194304 5849708 140723175979872 140723175978872 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 628630 126658 661 405 0 625575 0
Current children cumulated CPU time: 2202.04 s
Current children cumulated vsize: 2514520 KiB
Current children cumulated memory: 506632 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 10967
/proc/meminfo: memFree=4454360/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2684324 memory=676436 CPUtime=2262.04 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1388676 0 0 0 225351 853 0 0 20 0 1 0 216569217 2748747776 169109 33554432000 4194304 5849708 140723175979872 140723175978872 5438244 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 671081 169109 661 405 0 668026 0
Current children cumulated CPU time: 2262.04 s
Current children cumulated vsize: 2684324 KiB
Current children cumulated memory: 676436 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 10968
/proc/meminfo: memFree=4427880/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2670920 memory=663032 CPUtime=2322.03 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1441382 0 0 0 231337 866 0 0 20 0 1 0 216569217 2735022080 165758 33554432000 4194304 5849708 140723175979872 140723175978872 5312992 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 667730 165758 661 405 0 664675 0
Current children cumulated CPU time: 2322.03 s
Current children cumulated vsize: 2670920 KiB
Current children cumulated memory: 663032 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 10976
/proc/meminfo: memFree=4174160/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=2924280 memory=916392 CPUtime=2382.02 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1483198 0 0 0 237319 883 0 0 20 0 1 0 216569217 2994462720 229098 33554432000 4194304 5849708 140723175979872 140723175978872 5437744 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 731070 229098 661 405 0 728015 0
Current children cumulated CPU time: 2382.02 s
Current children cumulated vsize: 2924280 KiB
Current children cumulated memory: 916392 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 10999
/proc/meminfo: memFree=3967144/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=3140484 memory=1122392 CPUtime=2442.01 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1542550 0 0 0 243299 902 0 0 20 0 1 0 216569217 3215855616 280598 33554432000 4194304 5849708 140723175979872 140723175978872 5437775 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 785121 280598 661 405 0 782066 0
Current children cumulated CPU time: 2442.01 s
Current children cumulated vsize: 3140484 KiB
Current children cumulated memory: 1122392 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 11000
/proc/meminfo: memFree=3967584/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=3140484 memory=1122464 CPUtime=2502.01 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1588331 0 0 0 249285 916 0 0 20 0 1 0 216569217 3215855616 280616 33554432000 4194304 5849708 140723175979872 140723175978872 140494612172679 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 785121 280616 661 405 0 782066 0
Current children cumulated CPU time: 2502.01 s
Current children cumulated vsize: 3140484 KiB
Current children cumulated memory: 1122464 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.95 4/187 11000
/proc/meminfo: memFree=3953872/32770624 swapFree=67030624/67108860
[pid=10897] ppid=10892 vsize=3144032 memory=1136144 CPUtime=2519.71 cores=0,2,4,6
/proc/10897/stat : 10897 (xcsp_picat) R 10892 10897 10838 0 -1 4202496 1600232 0 0 0 251051 920 0 0 20 0 1 0 216569217 3219488768 284036 33554432000 4194304 5849708 140723175979872 140723175978872 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 44032000 140723175986358 140723175986436 140723175986436 140723175989194 0
/proc/10897/statm: 786008 284036 661 405 0 782953 0
Current children cumulated CPU time: 2519.71 s
Current children cumulated vsize: 3144032 KiB
Current children cumulated memory: 1136144 KiB

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

[startup+2520.04 s]
# the end of solver process 10897 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.52 s, system=9.23899 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.04
CPU time (s): 2519.76
CPU user time (s): 2510.52
CPU system time (s): 9.23899
CPU usage (%): 99.9887
Max. virtual memory (cumulated for all children) (KiB): 3144032
Max. memory (cumulated for all children) (KiB): 1136144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.52
system time used= 9.23899
maximum resident set size= 1136144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1600233
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= 2855


# summary of solver processes directly reported to runsolver:
#   pid: 10897
#   total CPU time (s): 2519.76
#   total CPU user time (s): 2510.52
#   total CPU system time (s): 9.23899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.73901 second user time and 18.8387 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-11 14:21:00
IDJOB=4303260
IDBENCH=141020
IDSOLVER=2778
FILE ID=node102/4303260-1533990060
RUNJOBID= node102-1533990060-10870
PBS_JOBID= 21036939
Free space on /tmp= 38208 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-16_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303260-1533990060/watcher-4303260-1533990060 -o /tmp/evaluation-result-4303260-1533990060/solver-4303260-1533990060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1533990060-10870 --watchdog 2580  xcsp_picat HOME/instance-4303260-1533990060.xml

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

MD5SUM BENCH= ca60191094dbbdd7cca22b5ebea1cb75
RANDOM SEED=1551757601

node102.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.51
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.51
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.51
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.51
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:         5481000 kB
MemAvailable:   31880444 kB
Buffers:          125920 kB
Cached:         26140560 kB
SwapCached:        51280 kB
Active:          8650064 kB
Inactive:       17694528 kB
Active(anon):       3276 kB
Inactive(anon):   126960 kB
Active(file):    8646788 kB
Inactive(file): 17567568 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030624 kB
Dirty:              6240 kB
Writeback:             4 kB
AnonPages:         34780 kB
Mapped:            50168 kB
Shmem:             48948 kB
Slab:             640900 kB
SReclaimable:     613548 kB
SUnreclaim:        27352 kB
KernelStack:        3216 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38204 MiB
End job on node102 at 2018-08-11 15:03:01