Trace number 4309426

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

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-22b_c18.xml
MD5SUM7375a72c51daab431b80fe15fe0b37d4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark2400.26
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints296
Number of domains19
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":49},{"size":3,"count":6},{"size":4,"count":4},{"size":5,"count":1},{"size":7,"count":1},{"size":43,"count":22}]
Minimum variable degree2
Maximum variable degree64
Distribution of variable degrees[{"degree":2,"count":64},{"degree":61,"count":8},{"degree":62,"count":6},{"degree":63,"count":4},{"degree":64,"count":4}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":254},{"arity":23,"count":42}]
Number of extensional constraints0
Number of intensional constraints254
Distribution of constraint types[{"type":"intension","count":254},{"type":"count","count":42}]
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 (4092 MiB free)
  memory of node 1: 16384 MiB (8549 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309426-1534305934/watcher-4309426-1534305934 -o /tmp/evaluation-result-4309426-1534305934/solver-4309426-1534305934 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534293054-21341 --watchdog 2580 xcsp_picat HOME/instance-4309426-1534305934.xml 

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

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

solver pid=22886, runsolver pid=22883

[startup+0.100173 s]*
/proc/loadavg: 2.22 2.13 2.08 3/188 22887
/proc/meminfo: memFree=12925812/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2030048 memory=22568 CPUtime=0.1 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 2807 0 0 0 10 0 0 0 20 0 1 0 248156721 2078769152 5642 33554432000 4194304 5849940 140730908766480 140730908766480 5394681 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 507512 5642 707 405 0 504456 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2030048 KiB
Current children cumulated memory: 22568 KiB

[startup+0.209597 s]*
/proc/loadavg: 2.22 2.13 2.08 3/188 22887
/proc/meminfo: memFree=12925812/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2030092 memory=22552 CPUtime=0.21 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 2826 0 0 0 21 0 0 0 20 0 1 0 248156721 2078814208 5638 33554432000 4194304 5849940 140730908766480 140730908766480 5394840 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 507523 5638 711 405 0 504467 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2030092 KiB
Current children cumulated memory: 22552 KiB

[startup+0.30896 s]*
/proc/loadavg: 2.22 2.13 2.08 3/188 22887
/proc/meminfo: memFree=12925812/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2030092 memory=22552 CPUtime=0.31 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 2826 0 0 0 31 0 0 0 20 0 1 0 248156721 2078814208 5638 33554432000 4194304 5849940 140730908766480 140730908766480 5395800 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 507523 5638 711 405 0 504467 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2030092 KiB
Current children cumulated memory: 22552 KiB

[startup+0.700279 s]
/proc/loadavg: 2.22 2.13 2.08 3/188 22887
/proc/meminfo: memFree=12925812/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2030092 memory=22552 CPUtime=0.69 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 2826 0 0 0 69 0 0 0 20 0 1 0 248156721 2078814208 5638 33554432000 4194304 5849940 140730908766480 140730908765128 5395265 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 507523 5638 711 405 0 504467 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2030092 KiB
Current children cumulated memory: 22552 KiB

[startup+1.5003 s]
/proc/loadavg: 2.22 2.13 2.08 3/188 22887
/proc/meminfo: memFree=12923812/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2032088 memory=24424 CPUtime=1.49 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 3682 0 0 0 149 0 0 0 20 0 1 0 248156721 2080858112 6106 33554432000 4194304 5849940 140730908766480 140730908764296 5319932 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 508022 6106 719 405 0 504966 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2032088 KiB
Current children cumulated memory: 24424 KiB

[startup+3.10938 s]
/proc/loadavg: 2.22 2.13 2.08 3/188 22887
/proc/meminfo: memFree=12923440/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2033020 memory=25600 CPUtime=3.09 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 6586 0 0 0 308 1 0 0 20 0 1 0 248156721 2081812480 6400 33554432000 4194304 5849940 140730908766480 140730908765176 5371441 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 508255 6400 738 405 0 505199 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2033020 KiB
Current children cumulated memory: 25600 KiB

[startup+6.30031 s]
/proc/loadavg: 2.20 2.13 2.08 3/188 22887
/proc/meminfo: memFree=12920756/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2035072 memory=27732 CPUtime=6.29 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 9168 0 0 0 625 4 0 0 20 0 1 0 248156721 2083913728 6933 33554432000 4194304 5849940 140730908766480 140730908765352 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 508768 6933 738 405 0 505712 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2035072 KiB
Current children cumulated memory: 27732 KiB

[startup+12.7003 s]
/proc/loadavg: 2.19 2.12 2.08 3/188 22887
/proc/meminfo: memFree=12915920/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2040348 memory=32928 CPUtime=12.69 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 13972 0 0 0 1258 11 0 0 20 0 1 0 248156721 2089316352 8232 33554432000 4194304 5849940 140730908766480 140730908765480 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 510087 8232 738 405 0 507031 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2040348 KiB
Current children cumulated memory: 32928 KiB

[startup+25.5004 s]
/proc/loadavg: 2.15 2.12 2.08 3/188 22887
/proc/meminfo: memFree=12904820/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2051600 memory=44180 CPUtime=25.49 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 25801 0 0 0 2531 18 0 0 20 0 1 0 248156721 2100838400 11045 33554432000 4194304 5849940 140730908766480 140730908765480 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 512900 11045 738 405 0 509844 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2051600 KiB
Current children cumulated memory: 44180 KiB

[startup+51.1095 s]
/proc/loadavg: 2.32 2.16 2.09 3/188 22887
/proc/meminfo: memFree=12901900/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2052316 memory=44896 CPUtime=51.1 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 42917 0 0 0 5075 35 0 0 20 0 1 0 248156721 2101571584 11224 33554432000 4194304 5849940 140730908766480 140730908765640 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 513079 11224 738 405 0 510023 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2052316 KiB
Current children cumulated memory: 44896 KiB

[startup+102.3 s]
/proc/loadavg: 2.48 2.24 2.12 3/188 22888
/proc/meminfo: memFree=12890432/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2063568 memory=55964 CPUtime=102.29 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 72089 0 0 0 10159 70 0 0 20 0 1 0 248156721 2113093632 13991 33554432000 4194304 5849940 140730908766480 140730908765480 5335793 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 515892 13991 738 405 0 512836 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2063568 KiB
Current children cumulated memory: 55964 KiB

[startup+162.3 s]
/proc/loadavg: 2.18 2.20 2.12 3/188 22889
/proc/meminfo: memFree=12886556/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2066500 memory=58876 CPUtime=162.28 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 101732 0 0 0 16121 107 0 0 20 0 1 0 248156721 2116096000 14719 33554432000 4194304 5849940 140730908766480 140730908765480 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 516625 14719 738 405 0 513569 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2066500 KiB
Current children cumulated memory: 58876 KiB

[startup+222.3 s]
/proc/loadavg: 2.06 2.16 2.11 3/187 22890
/proc/meminfo: memFree=12869632/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2083224 memory=75688 CPUtime=222.27 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 136055 0 0 0 22080 147 0 0 20 0 1 0 248156721 2133221376 18922 33554432000 4194304 5849940 140730908766480 140730908765480 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 520806 18922 738 405 0 517750 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2083224 KiB
Current children cumulated memory: 75688 KiB

[startup+282.3 s]
/proc/loadavg: 2.02 2.13 2.11 3/187 22898
/proc/meminfo: memFree=12823624/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2126940 memory=119392 CPUtime=282.28 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 150261 0 0 0 28058 170 0 0 20 0 1 0 248156721 2177986560 29848 33554432000 4194304 5849940 140730908766480 140730908765352 5395314 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 531735 29848 738 405 0 528679 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2126940 KiB
Current children cumulated memory: 119392 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.11 2.10 3/187 22899
/proc/meminfo: memFree=12811336/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2138552 memory=131132 CPUtime=342.27 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 170504 0 0 0 34053 174 0 0 20 0 1 0 248156721 2189877248 32783 33554432000 4194304 5849940 140730908766480 140730908765480 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 534638 32783 738 405 0 531582 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2138552 KiB
Current children cumulated memory: 131132 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.09 2.10 3/187 22900
/proc/meminfo: memFree=12808156/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2142764 memory=135292 CPUtime=402.26 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 178779 0 0 0 40033 193 0 0 20 0 1 0 248156721 2194190336 33823 33554432000 4194304 5849940 140730908766480 140730908765480 5438456 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 535691 33823 738 405 0 532635 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2142764 KiB
Current children cumulated memory: 135292 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.07 2.09 3/187 22901
/proc/meminfo: memFree=12740572/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2209596 memory=202176 CPUtime=462.26 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 204231 0 0 0 46016 210 0 0 20 0 1 0 248156721 2262626304 50544 33554432000 4194304 5849940 140730908766480 140730908765480 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 552399 50544 738 405 0 549343 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 2209596 KiB
Current children cumulated memory: 202176 KiB


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

/proc/22886/statm: 520242 19376 738 405 0 517186 0
Current children cumulated CPU time: 1722.17 s
Current children cumulated vsize: 2080968 KiB
Current children cumulated memory: 77504 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23001
/proc/meminfo: memFree=18339284/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2092072 memory=88624 CPUtime=1782.17 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 553746 0 0 0 177613 604 0 0 20 0 1 0 248156721 2142281728 22156 33554432000 4194304 5849940 140730908766480 140730908765480 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 523018 22156 738 405 0 519962 0
Current children cumulated CPU time: 1782.17 s
Current children cumulated vsize: 2092072 KiB
Current children cumulated memory: 88624 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23002
/proc/meminfo: memFree=18336248/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2118008 memory=114388 CPUtime=1842.17 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 566424 0 0 0 183586 631 0 0 20 0 1 0 248156721 2168840192 28597 33554432000 4194304 5849940 140730908766480 140730908765480 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 529502 28597 738 405 0 526446 0
Current children cumulated CPU time: 1842.17 s
Current children cumulated vsize: 2118008 KiB
Current children cumulated memory: 114388 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23003
/proc/meminfo: memFree=18348256/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2125340 memory=121876 CPUtime=1902.17 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 566825 0 0 0 189563 654 0 0 20 0 1 0 248156721 2176348160 30469 33554432000 4194304 5849940 140730908766480 140730908765480 5335737 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 531335 30469 738 405 0 528279 0
Current children cumulated CPU time: 1902.17 s
Current children cumulated vsize: 2125340 KiB
Current children cumulated memory: 121876 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23004
/proc/meminfo: memFree=18317612/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2143008 memory=139324 CPUtime=1962.16 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 574625 0 0 0 195539 677 0 0 20 0 1 0 248156721 2194440192 34831 33554432000 4194304 5849940 140730908766480 140730908765640 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 535752 34831 738 405 0 532696 0
Current children cumulated CPU time: 1962.16 s
Current children cumulated vsize: 2143008 KiB
Current children cumulated memory: 139324 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23005
/proc/meminfo: memFree=18271196/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2134096 memory=130632 CPUtime=2022.16 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 578282 0 0 0 201518 698 0 0 20 0 1 0 248156721 2185314304 32658 33554432000 4194304 5849940 140730908766480 140730908765480 5437828 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 533524 32658 738 405 0 530468 0
Current children cumulated CPU time: 2022.16 s
Current children cumulated vsize: 2134096 KiB
Current children cumulated memory: 130632 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23014
/proc/meminfo: memFree=18268412/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2137232 memory=133768 CPUtime=2082.16 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 587586 0 0 0 207492 724 0 0 20 0 1 0 248156721 2188525568 33442 33554432000 4194304 5849940 140730908766480 140730908765480 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 534308 33442 738 405 0 531252 0
Current children cumulated CPU time: 2082.16 s
Current children cumulated vsize: 2137232 KiB
Current children cumulated memory: 133768 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23015
/proc/meminfo: memFree=18214724/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2150308 memory=146804 CPUtime=2142.15 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 590676 0 0 0 213464 751 0 0 20 0 1 0 248156721 2201915392 36701 33554432000 4194304 5849940 140730908766480 140730908765480 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 537577 36701 738 405 0 534521 0
Current children cumulated CPU time: 2142.15 s
Current children cumulated vsize: 2150308 KiB
Current children cumulated memory: 146804 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23016
/proc/meminfo: memFree=18201856/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2163200 memory=159736 CPUtime=2202.16 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 602794 0 0 0 219435 781 0 0 20 0 1 0 248156721 2215116800 39934 33554432000 4194304 5849940 140730908766480 140730908765480 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 540800 39934 738 405 0 537744 0
Current children cumulated CPU time: 2202.16 s
Current children cumulated vsize: 2163200 KiB
Current children cumulated memory: 159736 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23017
/proc/meminfo: memFree=18186724/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2269040 memory=265344 CPUtime=2262.16 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 610109 0 0 0 225418 798 0 0 20 0 1 0 248156721 2323496960 66336 33554432000 4194304 5849940 140730908766480 140730908765480 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 567260 66336 738 405 0 564204 0
Current children cumulated CPU time: 2262.16 s
Current children cumulated vsize: 2269040 KiB
Current children cumulated memory: 265344 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23018
/proc/meminfo: memFree=18263676/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2181452 memory=177988 CPUtime=2322.15 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 626328 0 0 0 231396 819 0 0 20 0 1 0 248156721 2233806848 44497 33554432000 4194304 5849940 140730908766480 140730908765480 5312986 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 545363 44497 738 405 0 542307 0
Current children cumulated CPU time: 2322.15 s
Current children cumulated vsize: 2181452 KiB
Current children cumulated memory: 177988 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23019
/proc/meminfo: memFree=18118112/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2283128 memory=279664 CPUtime=2382.14 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 634270 0 0 0 237380 834 0 0 20 0 1 0 248156721 2337923072 69916 33554432000 4194304 5849940 140730908766480 140730908765480 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 570782 69916 738 405 0 567726 0
Current children cumulated CPU time: 2382.14 s
Current children cumulated vsize: 2283128 KiB
Current children cumulated memory: 279664 KiB

[startup+2442.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 23020
/proc/meminfo: memFree=18016500/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2338348 memory=334884 CPUtime=2442.14 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 647923 0 0 0 243367 847 0 0 20 0 1 0 248156721 2394468352 83721 33554432000 4194304 5849940 140730908766480 140730908765480 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 584587 83721 738 405 0 581531 0
Current children cumulated CPU time: 2442.14 s
Current children cumulated vsize: 2338348 KiB
Current children cumulated memory: 334884 KiB

[startup+2502.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 23021
/proc/meminfo: memFree=18129196/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2225880 memory=222260 CPUtime=2502.14 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 660007 0 0 0 249345 869 0 0 20 0 1 0 248156721 2279301120 55565 33554432000 4194304 5849940 140730908766480 140730908765480 140636762304391 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 556470 55565 738 405 0 553414 0
Current children cumulated CPU time: 2502.14 s
Current children cumulated vsize: 2225880 KiB
Current children cumulated memory: 222260 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.02 2.02 2.05 3/187 23022
/proc/meminfo: memFree=18156140/32770624 swapFree=67108792/67108860
[pid=22886] ppid=22883 vsize=2197336 memory=193872 CPUtime=2519.85 cores=1,3,5,7
/proc/22886/stat : 22886 (xcsp_picat) R 22883 22886 21309 0 -1 4202496 660756 0 0 0 251111 874 0 0 20 0 1 0 248156721 2250072064 48468 33554432000 4194304 5849940 140730908766480 140730908765352 4211621 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 26275840 140730908767414 140730908767492 140730908767492 140730908770250 0
/proc/22886/statm: 549334 48468 738 405 0 546278 0
Current children cumulated CPU time: 2519.85 s
Current children cumulated vsize: 2197336 KiB
Current children cumulated memory: 193872 KiB

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

[startup+2520.02 s]
# the end of solver process 22886 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.11 s, system=8.75458 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.87
CPU user time (s): 2511.11
CPU system time (s): 8.75458
CPU usage (%): 99.994
Max. virtual memory (cumulated for all children) (KiB): 2516244
Max. memory (cumulated for all children) (KiB): 512780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.11
system time used= 8.75458
maximum resident set size= 512780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 660756
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= 60
involuntary context switches= 1238


# summary of solver processes directly reported to runsolver:
#   pid: 22886
#   total CPU time (s): 2519.87
#   total CPU user time (s): 2511.11
#   total CPU system time (s): 8.75458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1528 second user time and 17.9052 second system time

The end

Launcher Data

Begin job on node150 at 2018-08-15 06:05:35
IDJOB=4309426
IDBENCH=141321
IDSOLVER=2794
FILE ID=node150/4309426-1534305934
RUNJOBID= node150-1534293054-21341
PBS_JOBID= 21038136
Free space on /tmp= 37856 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-22b_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309426-1534305934/watcher-4309426-1534305934 -o /tmp/evaluation-result-4309426-1534305934/solver-4309426-1534305934 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1534293054-21341 --watchdog 2580  xcsp_picat HOME/instance-4309426-1534305934.xml

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

MD5SUM BENCH= 7375a72c51daab431b80fe15fe0b37d4
RANDOM SEED=834746106

node150.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.76
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.76
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.76
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.76
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:        12946184 kB
MemAvailable:   26409180 kB
Buffers:          245556 kB
Cached:         13384908 kB
SwapCached:           32 kB
Active:         11905356 kB
Inactive:        7261112 kB
Active(anon):    5487448 kB
Inactive(anon):   109136 kB
Active(file):    6417908 kB
Inactive(file):  7151976 kB
Unevictable:        7740 kB
Mlocked:            7740 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              3268 kB
Writeback:             0 kB
AnonPages:       5553856 kB
Mapped:            58628 kB
Shmem:             57924 kB
Slab:             350196 kB
SReclaimable:     321572 kB
SUnreclaim:        28624 kB
KernelStack:        3584 kB
PageTables:        15720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    9331648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5314560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 37996 MiB
End job on node150 at 2018-08-15 06:47:35