Trace number 4303253

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.78 2520.02

General information on the benchmark

NameColouredQueens/
ColouredQueens-09_c18.xml
MD5SUM698e4c4133fb0965f93dce5d7165b624
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 variables81
Number of constraints48
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":77}]
Minimum constraint arity2
Maximum constraint arity9
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":20}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":48}]
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 (4124 MiB free)
  memory of node 1: 16384 MiB (4728 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303253-1533989987/watcher-4303253-1533989987 -o /tmp/evaluation-result-4303253-1533989987/solver-4303253-1533989987 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1533989978-12841 --watchdog 2580 xcsp_picat HOME/instance-4303253-1533989987.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
solver pid=12994, runsolver pid=12991
Current StackSize limit: 8192 KiB


[startup+0.100144 s]*
/proc/loadavg: 1.16 1.11 1.47 3/188 12995
/proc/meminfo: memFree=9052484/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2026156 memory=14972 CPUtime=0.1 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 1449 0 0 0 10 0 0 0 20 0 1 0 216561527 2074783744 3743 33554432000 4194304 5849708 140726828121712 140726828121712 5308400 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 506539 3743 650 405 0 503484 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026156 KiB
Current children cumulated memory: 14972 KiB

[startup+0.209647 s]*
/proc/loadavg: 1.16 1.11 1.47 3/188 12995
/proc/meminfo: memFree=9051740/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2027136 memory=15872 CPUtime=0.21 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 1669 0 0 0 21 0 0 0 20 0 1 0 216561527 2075787264 3968 33554432000 4194304 5849708 140726828121712 140726828121712 139679605006215 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 506784 3968 660 405 0 503729 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027136 KiB
Current children cumulated memory: 15872 KiB

[startup+0.308935 s]*
/proc/loadavg: 1.16 1.11 1.47 3/188 12995
/proc/meminfo: memFree=9050624/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2027992 memory=16652 CPUtime=0.31 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 2090 0 0 0 31 0 0 0 20 0 1 0 216561527 2076663808 4163 33554432000 4194304 5849708 140726828121712 140726828121712 139679605006215 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 506998 4163 661 405 0 503943 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2027992 KiB
Current children cumulated memory: 16652 KiB

[startup+0.700273 s]
/proc/loadavg: 1.16 1.11 1.47 3/188 12995
/proc/meminfo: memFree=9050856/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2029472 memory=18200 CPUtime=0.69 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 3153 0 0 0 68 1 0 0 20 0 1 0 216561527 2078179328 4550 33554432000 4194304 5849708 140726828121712 140726828120712 139679605006215 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 507368 4550 661 405 0 504313 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2029472 KiB
Current children cumulated memory: 18200 KiB

[startup+1.50029 s]
/proc/loadavg: 1.16 1.11 1.47 3/188 12995
/proc/meminfo: memFree=9050608/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2028736 memory=17396 CPUtime=1.49 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 4777 0 0 0 146 3 0 0 20 0 1 0 216561527 2077425664 4349 33554432000 4194304 5849708 140726828121712 140726828120712 139679605006215 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 507184 4349 661 405 0 504129 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2028736 KiB
Current children cumulated memory: 17396 KiB

[startup+3.10941 s]
/proc/loadavg: 1.22 1.13 1.47 3/188 12995
/proc/meminfo: memFree=9045104/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2030012 memory=18856 CPUtime=3.1 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 12830 0 0 0 304 6 0 0 20 0 1 0 216561527 2078732288 4714 33554432000 4194304 5849708 140726828121712 140726828120712 139679605006215 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 507503 4714 661 405 0 504448 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2030012 KiB
Current children cumulated memory: 18856 KiB

[startup+6.30027 s]
/proc/loadavg: 1.22 1.13 1.47 3/188 12995
/proc/meminfo: memFree=9039392/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2031236 memory=20092 CPUtime=6.29 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 22000 0 0 0 619 10 0 0 20 0 1 0 216561527 2079985664 5023 33554432000 4194304 5849708 140726828121712 140726828120712 5438368 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 507809 5023 661 405 0 504754 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2031236 KiB
Current children cumulated memory: 20092 KiB

[startup+12.7003 s]
/proc/loadavg: 1.29 1.14 1.47 3/188 12995
/proc/meminfo: memFree=9040832/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2033392 memory=22016 CPUtime=12.69 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 35602 0 0 0 1254 15 0 0 20 0 1 0 216561527 2082193408 5504 33554432000 4194304 5849708 140726828121712 140726828120712 5335618 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 508348 5504 661 405 0 505293 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2033392 KiB
Current children cumulated memory: 22016 KiB

[startup+25.5004 s]
/proc/loadavg: 1.44 1.18 1.48 3/189 13003
/proc/meminfo: memFree=9030452/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2043420 memory=32160 CPUtime=25.49 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 66051 0 0 0 2524 25 0 0 20 0 1 0 216561527 2092462080 8040 33554432000 4194304 5849708 140726828121712 140726828120712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 510855 8040 661 405 0 507800 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2043420 KiB
Current children cumulated memory: 32160 KiB

[startup+51.1096 s]
/proc/loadavg: 1.63 1.25 1.50 3/189 13003
/proc/meminfo: memFree=9005788/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2052840 memory=41588 CPUtime=51.09 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 117109 0 0 0 5066 43 0 0 20 0 1 0 216561527 2102108160 10397 33554432000 4194304 5849708 140726828121712 140726828120712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 513210 10397 661 405 0 510155 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2052840 KiB
Current children cumulated memory: 41588 KiB

[startup+102.3 s]
/proc/loadavg: 1.84 1.37 1.52 3/189 13004
/proc/meminfo: memFree=8990232/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2066924 memory=55540 CPUtime=102.28 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 171932 0 0 0 10162 66 0 0 20 0 1 0 216561527 2116530176 13885 33554432000 4194304 5849708 140726828121712 140726828120584 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 516731 13885 661 405 0 513676 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2066924 KiB
Current children cumulated memory: 55540 KiB

[startup+162.3 s]
/proc/loadavg: 1.94 1.48 1.55 3/189 13005
/proc/meminfo: memFree=8970772/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2088408 memory=77168 CPUtime=162.27 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 234157 0 0 0 16132 95 0 0 20 0 1 0 216561527 2138529792 19292 33554432000 4194304 5849708 140726828121712 140726828120712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 522102 19292 661 405 0 519047 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2088408 KiB
Current children cumulated memory: 77168 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 1.58 1.58 3/189 13006
/proc/meminfo: memFree=8967984/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2084008 memory=72540 CPUtime=222.27 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 251648 0 0 0 22120 107 0 0 20 0 1 0 216561527 2134024192 18135 33554432000 4194304 5849708 140726828121712 140726828120712 5437798 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 521002 18135 661 405 0 517947 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2084008 KiB
Current children cumulated memory: 72540 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.65 1.61 3/189 13007
/proc/meminfo: memFree=8900764/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2124336 memory=113084 CPUtime=282.27 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 273008 0 0 0 28110 117 0 0 20 0 1 0 216561527 2175320064 28271 33554432000 4194304 5849708 140726828121712 140726828120712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 531084 28271 661 405 0 528029 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2124336 KiB
Current children cumulated memory: 113084 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.72 1.63 3/187 13009
/proc/meminfo: memFree=8911468/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2124336 memory=113084 CPUtime=342.26 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 276938 0 0 0 34100 126 0 0 20 0 1 0 216561527 2175320064 28271 33554432000 4194304 5849708 140726828121712 140726828120712 5335545 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 531084 28271 661 405 0 528029 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2124336 KiB
Current children cumulated memory: 113084 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.77 1.65 3/187 13010
/proc/meminfo: memFree=8731880/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2140948 memory=129464 CPUtime=402.25 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 317477 0 0 0 40079 146 0 0 20 0 1 0 216561527 2192330752 32366 33554432000 4194304 5849708 140726828121712 140726828120712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 535237 32366 661 405 0 532182 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 2140948 KiB
Current children cumulated memory: 129464 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.81 1.68 3/187 13011
/proc/meminfo: memFree=8812576/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2096932 memory=85464 CPUtime=462.25 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 356245 0 0 0 46054 171 0 0 20 0 1 0 216561527 2147258368 21366 33554432000 4194304 5849708 140726828121712 140726828120712 5437824 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 524233 21366 661 405 0 521178 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 2096932 KiB
Current children cumulated memory: 85464 KiB


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

/proc/12994/statm: 566359 64899 661 405 0 563304 0
Current children cumulated CPU time: 1722.13 s
Current children cumulated vsize: 2265436 KiB
Current children cumulated memory: 259596 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/187 13049
/proc/meminfo: memFree=8069112/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2265436 memory=259596 CPUtime=1782.13 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 712813 0 0 0 177829 384 0 0 20 0 1 0 216561527 2319806464 64899 33554432000 4194304 5849708 140726828121712 140726828120712 5437725 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 566359 64899 661 405 0 563304 0
Current children cumulated CPU time: 1782.13 s
Current children cumulated vsize: 2265436 KiB
Current children cumulated memory: 259596 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/188 13058
/proc/meminfo: memFree=8067788/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2298204 memory=292344 CPUtime=1842.12 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 718823 0 0 0 183817 395 0 0 20 0 1 0 216561527 2353360896 73086 33554432000 4194304 5849708 140726828121712 140726828120712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 574551 73086 661 405 0 571496 0
Current children cumulated CPU time: 1842.12 s
Current children cumulated vsize: 2298204 KiB
Current children cumulated memory: 292344 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13059
/proc/meminfo: memFree=8099924/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2265436 memory=259596 CPUtime=1902.11 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 745032 0 0 0 189809 402 0 0 20 0 1 0 216561527 2319806464 64899 33554432000 4194304 5849708 140726828121712 140726828120872 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 566359 64899 661 405 0 563304 0
Current children cumulated CPU time: 1902.11 s
Current children cumulated vsize: 2265436 KiB
Current children cumulated memory: 259596 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13060
/proc/meminfo: memFree=8001368/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2301512 memory=293484 CPUtime=1962.11 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 757699 0 0 0 195793 418 0 0 20 0 1 0 216561527 2356748288 73371 33554432000 4194304 5849708 140726828121712 140726828120712 139679604594597 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 575378 73371 661 405 0 572323 0
Current children cumulated CPU time: 1962.11 s
Current children cumulated vsize: 2301512 KiB
Current children cumulated memory: 293484 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13061
/proc/meminfo: memFree=8066212/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2334280 memory=326012 CPUtime=2022.1 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 803939 0 0 0 201774 436 0 0 20 0 1 0 216561527 2390302720 81503 33554432000 4194304 5849708 140726828121712 140726828120712 5413392 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 583570 81503 661 405 0 580515 0
Current children cumulated CPU time: 2022.1 s
Current children cumulated vsize: 2334280 KiB
Current children cumulated memory: 326012 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13062
/proc/meminfo: memFree=8034300/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2334280 memory=326220 CPUtime=2082.09 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 859850 0 0 0 207747 462 0 0 20 0 1 0 216561527 2390302720 81555 33554432000 4194304 5849708 140726828121712 140726828120712 5437645 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 583570 81555 661 405 0 580515 0
Current children cumulated CPU time: 2082.09 s
Current children cumulated vsize: 2334280 KiB
Current children cumulated memory: 326220 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/186 13064
/proc/meminfo: memFree=7937828/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2334280 memory=326252 CPUtime=2142.09 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 896070 0 0 0 213729 480 0 0 20 0 1 0 216561527 2390302720 81563 33554432000 4194304 5849708 140726828121712 140726828120712 5438212 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 583570 81563 661 405 0 580515 0
Current children cumulated CPU time: 2142.09 s
Current children cumulated vsize: 2334280 KiB
Current children cumulated memory: 326252 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 13066
/proc/meminfo: memFree=8033776/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2301512 memory=293484 CPUtime=2202.09 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 962603 0 0 0 219701 508 0 0 20 0 1 0 216561527 2356748288 73371 33554432000 4194304 5849708 140726828121712 140726828120872 5438278 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 575378 73371 661 405 0 572323 0
Current children cumulated CPU time: 2202.09 s
Current children cumulated vsize: 2301512 KiB
Current children cumulated memory: 293484 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 13067
/proc/meminfo: memFree=8120620/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2334280 memory=326252 CPUtime=2262.08 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 1014583 0 0 0 225672 536 0 0 20 0 1 0 216561527 2390302720 81563 33554432000 4194304 5849708 140726828121712 140726828120712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 583570 81563 661 405 0 580515 0
Current children cumulated CPU time: 2262.08 s
Current children cumulated vsize: 2334280 KiB
Current children cumulated memory: 326252 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 13069
/proc/meminfo: memFree=8414788/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2301512 memory=293484 CPUtime=2322.06 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 1080431 0 0 0 231633 573 0 0 20 0 1 0 216561527 2356748288 73371 33554432000 4194304 5849708 140726828121712 140726828120712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 575378 73371 661 405 0 572323 0
Current children cumulated CPU time: 2322.06 s
Current children cumulated vsize: 2301512 KiB
Current children cumulated memory: 293484 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 13070
/proc/meminfo: memFree=8382220/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2301512 memory=293484 CPUtime=2382.06 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 1148186 0 0 0 237593 613 0 0 20 0 1 0 216561527 2356748288 73371 33554432000 4194304 5849708 140726828121712 140726828120712 5438227 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 575378 73371 661 405 0 572323 0
Current children cumulated CPU time: 2382.06 s
Current children cumulated vsize: 2301512 KiB
Current children cumulated memory: 293484 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13079
/proc/meminfo: memFree=8288172/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2334280 memory=326252 CPUtime=2442.06 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 1179716 0 0 0 243586 620 0 0 20 0 1 0 216561527 2390302720 81563 33554432000 4194304 5849708 140726828121712 140726828120712 5438346 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 583570 81563 661 405 0 580515 0
Current children cumulated CPU time: 2442.06 s
Current children cumulated vsize: 2334280 KiB
Current children cumulated memory: 326252 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 13102
/proc/meminfo: memFree=8286376/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2334280 memory=326252 CPUtime=2502.05 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 1217584 0 0 0 249579 626 0 0 20 0 1 0 216561527 2390302720 81563 33554432000 4194304 5849708 140726828121712 140726828120712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 583570 81563 661 405 0 580515 0
Current children cumulated CPU time: 2502.05 s
Current children cumulated vsize: 2334280 KiB
Current children cumulated memory: 326252 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.95 3/188 13165
/proc/meminfo: memFree=8750768/32770624 swapFree=67108688/67108860
[pid=12994] ppid=12991 vsize=2334280 memory=326252 CPUtime=2519.76 cores=0,2,4,6
/proc/12994/stat : 12994 (xcsp_picat) R 12991 12994 12810 0 -1 4202496 1220588 0 0 0 251349 627 0 0 20 0 1 0 216561527 2390302720 81563 33554432000 4194304 5849708 140726828121712 140726828120712 5335595 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 41070592 140726828123318 140726828123396 140726828123396 140726828126154 0
/proc/12994/statm: 583570 81563 661 405 0 580515 0
Current children cumulated CPU time: 2519.76 s
Current children cumulated vsize: 2334280 KiB
Current children cumulated memory: 326252 KiB

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

[startup+2520.02 s]
# the end of solver process 12994 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.5 s, system=6.28246 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.02
CPU time (s): 2519.78
CPU user time (s): 2513.5
CPU system time (s): 6.28246
CPU usage (%): 99.9905
Max. virtual memory (cumulated for all children) (KiB): 2334280
Max. memory (cumulated for all children) (KiB): 326252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.5
system time used= 6.28246
maximum resident set size= 326252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1220588
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= 33
involuntary context switches= 1071


# summary of solver processes directly reported to runsolver:
#   pid: 12994
#   total CPU time (s): 2519.78
#   total CPU user time (s): 2513.5
#   total CPU system time (s): 6.28246

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.27936 second user time and 18.9026 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-11 14:19:47
IDJOB=4303253
IDBENCH=141019
IDSOLVER=2778
FILE ID=node106/4303253-1533989987
RUNJOBID= node106-1533989978-12841
PBS_JOBID= 21036938
Free space on /tmp= 39660 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-09_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303253-1533989987/watcher-4303253-1533989987 -o /tmp/evaluation-result-4303253-1533989987/solver-4303253-1533989987 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1533989978-12841 --watchdog 2580  xcsp_picat HOME/instance-4303253-1533989987.xml

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

MD5SUM BENCH= 698e4c4133fb0965f93dce5d7165b624
RANDOM SEED=863329544

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         9065952 kB
MemAvailable:   31874156 kB
Buffers:          174664 kB
Cached:         22652056 kB
SwapCached:            0 kB
Active:          9910800 kB
Inactive:       13000664 kB
Active(anon):      31652 kB
Inactive(anon):   105352 kB
Active(file):    9879148 kB
Inactive(file): 12895312 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              3388 kB
Writeback:             0 kB
AnonPages:        103816 kB
Mapped:            55356 kB
Shmem:             49632 kB
Slab:             489640 kB
SReclaimable:     462204 kB
SUnreclaim:        27436 kB
KernelStack:        3584 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2408536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39656 MiB
End job on node106 at 2018-08-11 15:01:47