Trace number 4309427

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-14? (TO) 2519.76 2520.03

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ10-3_c18.xml
MD5SUM2a9d5e672b2129585e8bdcc62e976dce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark360
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2700
Number of constraints42620
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2700}]
Minimum variable degree20
Maximum variable degree272
Distribution of variable degrees[{"degree":20,"count":20},{"degree":21,"count":180},{"degree":30,"count":20},{"degree":31,"count":20},{"degree":32,"count":210},{"degree":42,"count":90},{"degree":52,"count":720},{"degree":59,"count":90},{"degree":76,"count":90},{"degree":92,"count":90},{"degree":108,"count":90},{"degree":124,"count":90},{"degree":140,"count":90},{"degree":156,"count":90},{"degree":172,"count":90},{"degree":188,"count":90},{"degree":204,"count":90},{"degree":220,"count":90},{"degree":236,"count":90},{"degree":252,"count":90},{"degree":266,"count":90},{"degree":267,"count":90},{"degree":272,"count":90}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":3330},{"arity":3,"count":16740},{"arity":4,"count":1590},{"arity":5,"count":1440},{"arity":6,"count":1440},{"arity":7,"count":1440},{"arity":8,"count":1440},{"arity":9,"count":1820},{"arity":10,"count":1620},{"arity":11,"count":1440},{"arity":12,"count":1440},{"arity":13,"count":1440},{"arity":14,"count":1440},{"arity":15,"count":1440},{"arity":16,"count":1440},{"arity":17,"count":1440},{"arity":18,"count":1530},{"arity":36,"count":150}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":42620}]
Optimization problemYES
Type of objectivemin SUM

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309427-1534295598/watcher-4309427-1534295598 -o /tmp/evaluation-result-4309427-1534295598/solver-4309427-1534295598 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534293053-323 --watchdog 2580 xcsp_picat HOME/instance-4309427-1534295598.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=853, runsolver pid=850
Current StackSize limit: 8192 KiB


[startup+0.100441 s]*
/proc/loadavg: 1.92 2.00 1.95 3/188 854
/proc/meminfo: memFree=23992160/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2025744 memory=25196 CPUtime=0.09 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1873 0 0 0 9 0 0 0 20 0 1 0 247123001 2074361856 6299 33554432000 4194304 5849940 140723231811904 140723231811208 4847216 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 506436 6299 611 405 0 503380 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 25196 KiB

[startup+0.209657 s]*
/proc/loadavg: 1.92 2.00 1.95 4/188 854
/proc/meminfo: memFree=23979832/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2025744 memory=37484 CPUtime=0.2 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1908 0 0 0 20 0 0 0 20 0 1 0 247123001 2074361856 9371 33554432000 4194304 5849940 140723231811904 140723231811208 140547191196672 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 506436 9371 611 405 0 503380 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 37484 KiB

[startup+0.309371 s]*
/proc/loadavg: 1.92 2.00 1.95 3/188 854
/proc/meminfo: memFree=23969592/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2025744 memory=47944 CPUtime=0.3 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1914 0 0 0 30 0 0 0 20 0 1 0 247123001 2074361856 11986 33554432000 4194304 5849940 140723231811904 140723231811208 4534592 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 506436 11986 611 405 0 503380 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 47944 KiB

[startup+0.700305 s]
/proc/loadavg: 1.92 2.00 1.95 3/188 854
/proc/meminfo: memFree=23940920/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2025744 memory=103240 CPUtime=0.69 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1941 0 0 0 68 1 0 0 20 0 1 0 247123001 2074361856 25810 33554432000 4194304 5849940 140723231811904 140723231811208 4786216 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 506436 25810 611 405 0 503380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 103240 KiB

[startup+1.50034 s]
/proc/loadavg: 1.92 2.00 1.95 3/188 854
/proc/meminfo: memFree=23881524/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2025744 memory=183192 CPUtime=1.48 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1999 0 0 0 146 2 0 0 20 0 1 0 247123001 2074361856 45798 33554432000 4194304 5849940 140723231811904 140723231811208 4490935 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 506436 45798 631 405 0 503380 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 183192 KiB

[startup+3.10936 s]
/proc/loadavg: 1.92 2.00 1.95 3/188 854
/proc/meminfo: memFree=23786404/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2031508 memory=230620 CPUtime=3.09 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 3876 0 0 0 297 12 0 0 20 0 1 0 247123001 2080264192 57655 33554432000 4194304 5849940 140723231811904 140723231810904 140547191218055 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 507877 57655 699 405 0 504821 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2031508 KiB
Current children cumulated memory: 230620 KiB

[startup+6.30034 s]
/proc/loadavg: 1.93 2.00 1.95 3/188 854
/proc/meminfo: memFree=23737108/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2085772 memory=279424 CPUtime=6.29 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 21251 0 0 0 590 39 0 0 20 0 1 0 247123001 2135830528 69856 33554432000 4194304 5849940 140723231811904 140723231810552 5361948 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 521443 69856 720 405 0 518387 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2085772 KiB
Current children cumulated memory: 279424 KiB

[startup+12.7002 s]
/proc/loadavg: 1.93 2.00 1.95 3/188 854
/proc/meminfo: memFree=23767668/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2047104 memory=246276 CPUtime=12.68 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 24965 0 0 0 1222 46 0 0 20 0 1 0 247123001 2096234496 61569 33554432000 4194304 5849940 140723231811904 140723231811016 140547191218055 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 511776 61569 745 405 0 508720 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2047104 KiB
Current children cumulated memory: 246276 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 1.95 3/188 854
/proc/meminfo: memFree=23722880/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2084848 memory=284020 CPUtime=25.48 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 31777 0 0 0 2476 72 0 0 20 0 1 0 247123001 2134884352 71005 33554432000 4194304 5849940 140723231811904 140723231810552 4211654 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 521212 71005 745 405 0 518156 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2084848 KiB
Current children cumulated memory: 284020 KiB

[startup+51.1095 s]
/proc/loadavg: 1.97 2.00 1.95 3/187 854
/proc/meminfo: memFree=23711596/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2084848 memory=284020 CPUtime=51.09 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 36294 0 0 0 5010 99 0 0 20 0 1 0 247123001 2134884352 71005 33554432000 4194304 5849940 140723231811904 140723231810904 140547191218055 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 521212 71005 745 405 0 518156 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2084848 KiB
Current children cumulated memory: 284020 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/187 855
/proc/meminfo: memFree=23687592/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2084848 memory=284020 CPUtime=102.27 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 44039 0 0 0 10080 147 0 0 20 0 1 0 247123001 2134884352 71005 33554432000 4194304 5849940 140723231811904 140723231810904 140547191218055 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 521212 71005 745 405 0 518156 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2084848 KiB
Current children cumulated memory: 284020 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/187 856
/proc/meminfo: memFree=23636520/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2140808 memory=339816 CPUtime=162.27 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 57026 0 0 0 16035 192 0 0 20 0 1 0 247123001 2192187392 84954 33554432000 4194304 5849940 140723231811904 140723231810904 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 535202 84954 745 405 0 532146 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2140808 KiB
Current children cumulated memory: 339816 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/187 857
/proc/meminfo: memFree=23553076/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2173232 memory=372404 CPUtime=222.26 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 68440 0 0 0 22012 214 0 0 20 0 1 0 247123001 2225389568 93101 33554432000 4194304 5849940 140723231811904 140723231810904 5335741 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 543308 93101 745 405 0 540252 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 2173232 KiB
Current children cumulated memory: 372404 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/187 858
/proc/meminfo: memFree=23536288/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2218896 memory=418068 CPUtime=282.26 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 91271 0 0 0 27988 238 0 0 20 0 1 0 247123001 2272149504 104517 33554432000 4194304 5849940 140723231811904 140723231810904 5335776 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 554724 104517 745 405 0 551668 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2218896 KiB
Current children cumulated memory: 418068 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/187 859
/proc/meminfo: memFree=23408456/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2268660 memory=467832 CPUtime=342.25 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 109976 0 0 0 33972 253 0 0 20 0 1 0 247123001 2323107840 116958 33554432000 4194304 5849940 140723231811904 140723231810904 5335712 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 567165 116958 745 405 0 564109 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 2268660 KiB
Current children cumulated memory: 467832 KiB

[startup+402.3 s]
/proc/loadavg: 2.42 2.11 1.99 3/187 860
/proc/meminfo: memFree=23427232/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2245040 memory=444212 CPUtime=402.25 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 136944 0 0 0 39950 275 0 0 20 0 1 0 247123001 2298920960 111053 33554432000 4194304 5849940 140723231811904 140723231810904 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 561260 111053 745 405 0 558204 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 2245040 KiB
Current children cumulated memory: 444212 KiB

[startup+462.3 s]
/proc/loadavg: 2.34 2.16 2.02 3/188 869
/proc/meminfo: memFree=23385684/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2283228 memory=482400 CPUtime=462.23 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 157471 0 0 0 45931 292 0 0 20 0 1 0 247123001 2338025472 120600 33554432000 4194304 5849940 140723231811904 140723231810904 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 570807 120600 745 405 0 567751 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 2283228 KiB
Current children cumulated memory: 482400 KiB


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

/proc/853/statm: 635725 186143 745 405 0 632669 0
Current children cumulated CPU time: 1722.08 s
Current children cumulated vsize: 2542900 KiB
Current children cumulated memory: 744572 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 912
/proc/meminfo: memFree=23006776/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2580292 memory=781964 CPUtime=1782.08 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 781283 0 0 0 177610 598 0 0 20 0 1 0 247123001 2642219008 195491 33554432000 4194304 5849940 140723231811904 140723231810904 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 645073 195491 745 405 0 642017 0
Current children cumulated CPU time: 1782.08 s
Current children cumulated vsize: 2580292 KiB
Current children cumulated memory: 781964 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 913
/proc/meminfo: memFree=22979200/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2580292 memory=781964 CPUtime=1842.08 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 821017 0 0 0 183600 608 0 0 20 0 1 0 247123001 2642219008 195491 33554432000 4194304 5849940 140723231811904 140723231811064 5335776 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 645073 195491 745 405 0 642017 0
Current children cumulated CPU time: 1842.08 s
Current children cumulated vsize: 2580292 KiB
Current children cumulated memory: 781964 KiB

[startup+1902.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/187 914
/proc/meminfo: memFree=22993676/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2580292 memory=781964 CPUtime=1902.07 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 860634 0 0 0 189590 617 0 0 20 0 1 0 247123001 2642219008 195491 33554432000 4194304 5849940 140723231811904 140723231810904 5437837 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 645073 195491 745 405 0 642017 0
Current children cumulated CPU time: 1902.07 s
Current children cumulated vsize: 2580292 KiB
Current children cumulated memory: 781964 KiB

[startup+1962.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 915
/proc/meminfo: memFree=22814648/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2745820 memory=947492 CPUtime=1962.07 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 906487 0 0 0 195572 635 0 0 20 0 1 0 247123001 2811719680 236873 33554432000 4194304 5849940 140723231811904 140723231810904 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 686455 236873 745 405 0 683399 0
Current children cumulated CPU time: 1962.07 s
Current children cumulated vsize: 2745820 KiB
Current children cumulated memory: 947492 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 916
/proc/meminfo: memFree=22814664/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2745820 memory=947492 CPUtime=2022.06 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 952322 0 0 0 201559 647 0 0 20 0 1 0 247123001 2811719680 236873 33554432000 4194304 5849940 140723231811904 140723231810904 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 686455 236873 745 405 0 683399 0
Current children cumulated CPU time: 2022.06 s
Current children cumulated vsize: 2745820 KiB
Current children cumulated memory: 947492 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 917
/proc/meminfo: memFree=22828332/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2703964 memory=905636 CPUtime=2082.05 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1030025 0 0 0 207540 665 0 0 20 0 1 0 247123001 2768859136 226409 33554432000 4194304 5849940 140723231811904 140723231810904 5335801 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 675991 226409 745 405 0 672935 0
Current children cumulated CPU time: 2082.05 s
Current children cumulated vsize: 2703964 KiB
Current children cumulated memory: 905636 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 918
/proc/meminfo: memFree=22828248/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2703964 memory=905636 CPUtime=2142.04 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1086205 0 0 0 213529 675 0 0 20 0 1 0 247123001 2768859136 226409 33554432000 4194304 5849940 140723231811904 140723231810904 5438020 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 675991 226409 745 405 0 672935 0
Current children cumulated CPU time: 2142.04 s
Current children cumulated vsize: 2703964 KiB
Current children cumulated memory: 905636 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 919
/proc/meminfo: memFree=22799012/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2733276 memory=934948 CPUtime=2202.04 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1146292 0 0 0 219515 689 0 0 20 0 1 0 247123001 2798874624 233737 33554432000 4194304 5849940 140723231811904 140723231810904 5437913 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 683319 233737 745 405 0 680263 0
Current children cumulated CPU time: 2202.04 s
Current children cumulated vsize: 2733276 KiB
Current children cumulated memory: 934948 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 928
/proc/meminfo: memFree=22646456/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2864348 memory=1066020 CPUtime=2262.03 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1216194 0 0 0 225503 700 0 0 20 0 1 0 247123001 2933092352 266505 33554432000 4194304 5849940 140723231811904 140723231810904 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 716087 266505 745 405 0 713031 0
Current children cumulated CPU time: 2262.03 s
Current children cumulated vsize: 2864348 KiB
Current children cumulated memory: 1066020 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 929
/proc/meminfo: memFree=22647020/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2864348 memory=1066020 CPUtime=2322.03 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1283112 0 0 0 231493 710 0 0 20 0 1 0 247123001 2933092352 266505 33554432000 4194304 5849940 140723231811904 140723231810904 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 716087 266505 745 405 0 713031 0
Current children cumulated CPU time: 2322.03 s
Current children cumulated vsize: 2864348 KiB
Current children cumulated memory: 1066020 KiB

[startup+2382.3 s]
/proc/loadavg: 2.12 2.04 2.05 3/187 930
/proc/meminfo: memFree=22646952/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2864348 memory=1066020 CPUtime=2382.03 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1351227 0 0 0 237482 721 0 0 20 0 1 0 247123001 2933092352 266505 33554432000 4194304 5849940 140723231811904 140723231811064 5438016 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 716087 266505 745 405 0 713031 0
Current children cumulated CPU time: 2382.03 s
Current children cumulated vsize: 2864348 KiB
Current children cumulated memory: 1066020 KiB

[startup+2442.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 931
/proc/meminfo: memFree=22657012/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2854688 memory=1056360 CPUtime=2442.02 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1445215 0 0 0 243466 736 0 0 20 0 1 0 247123001 2923200512 264090 33554432000 4194304 5849940 140723231811904 140723231810904 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 713672 264090 745 405 0 710616 0
Current children cumulated CPU time: 2442.02 s
Current children cumulated vsize: 2854688 KiB
Current children cumulated memory: 1056360 KiB

[startup+2502.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 997
/proc/meminfo: memFree=22957660/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2854688 memory=1056360 CPUtime=2502.01 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1564560 0 0 0 249450 751 0 0 20 0 1 0 247123001 2923200512 264090 33554432000 4194304 5849940 140723231811904 140723231810904 5437974 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 713672 264090 745 405 0 710616 0
Current children cumulated CPU time: 2502.01 s
Current children cumulated vsize: 2854688 KiB
Current children cumulated memory: 1056360 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.01 2.03 2.05 3/187 998
/proc/meminfo: memFree=22927784/32770624 swapFree=67108196/67108860
[pid=853] ppid=850 vsize=2854688 memory=1056360 CPUtime=2519.71 cores=0,2,4,6
/proc/853/stat : 853 (xcsp_picat) R 850 853 32759 0 -1 4202496 1586058 0 0 0 251217 754 0 0 20 0 1 0 247123001 2923200512 264090 33554432000 4194304 5849940 140723231811904 140723231810904 140547191218055 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 34910208 140723231818934 140723231819012 140723231819012 140723231821770 0
/proc/853/statm: 713672 264090 745 405 0 710616 0
Current children cumulated CPU time: 2519.71 s
Current children cumulated vsize: 2854688 KiB
Current children cumulated memory: 1056360 KiB

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

[startup+2520.03 s]
# the end of solver process 853 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.18 s, system=7.57128 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.03
CPU time (s): 2519.76
CPU user time (s): 2512.18
CPU system time (s): 7.57128
CPU usage (%): 99.9889
Max. virtual memory (cumulated for all children) (KiB): 2864348
Max. memory (cumulated for all children) (KiB): 1066020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.18
system time used= 7.57128
maximum resident set size= 1066020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1586058
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= 65
involuntary context switches= 3173


# summary of solver processes directly reported to runsolver:
#   pid: 853
#   total CPU time (s): 2519.76
#   total CPU user time (s): 2512.18
#   total CPU system time (s): 7.57128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.5074 second user time and 19.9632 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-15 03:13:18
IDJOB=4309427
IDBENCH=141111
IDSOLVER=2794
FILE ID=node151/4309427-1534295598
RUNJOBID= node151-1534293053-323
PBS_JOBID= 21038135
Free space on /tmp= 43896 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ10-3_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309427-1534295598/watcher-4309427-1534295598 -o /tmp/evaluation-result-4309427-1534295598/solver-4309427-1534295598 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534293053-323 --watchdog 2580  xcsp_picat HOME/instance-4309427-1534295598.xml

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=1864379847

node151.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.87
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.87
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.87
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.87
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:        24014868 kB
MemAvailable:   31861916 kB
Buffers:          167308 kB
Cached:          7902056 kB
SwapCached:           12 kB
Active:          4172312 kB
Inactive:        3994620 kB
Active(anon):      46824 kB
Inactive(anon):   102584 kB
Active(file):    4125488 kB
Inactive(file):  3892036 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:              6336 kB
Writeback:             0 kB
AnonPages:        117736 kB
Mapped:            58780 kB
Shmem:             49524 kB
Slab:             286016 kB
SReclaimable:     257984 kB
SUnreclaim:        28032 kB
KernelStack:        3584 kB
PageTables:         5080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2409796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43892 MiB
End job on node151 at 2018-08-15 03:55:18