Trace number 4294036

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-06-15? (TO) 2519.87 2520.03

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-18b_c18.xml
MD5SUMcfb25615b49033917f7fa13487cdd88c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark2400.23
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints208
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":39},{"size":3,"count":4},{"size":4,"count":3},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":18}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":50},{"degree":48,"count":9},{"degree":49,"count":4},{"degree":50,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":176},{"arity":19,"count":32}]
Number of extensional constraints0
Number of intensional constraints176
Distribution of constraint types[{"type":"intension","count":176},{"type":"count","count":32}]
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 (8602 MiB free)
  memory of node 1: 16384 MiB (13126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294036-1532434751/watcher-4294036-1532434751 -o /tmp/evaluation-result-4294036-1532434751/solver-4294036-1532434751 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532432947-16183 --watchdog 2580 xcsp_picat HOME/instance-4294036-1532434751.xml 

running on 4 cores: 0,2,4,6

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

solver pid=16656, runsolver pid=16653

[startup+0.100108 s]*
/proc/loadavg: 2.00 2.05 1.91 3/187 16657
/proc/meminfo: memFree=22234072/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=115132 memory=19516 CPUtime=0.1 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 2717 0 0 0 10 0 0 0 20 0 1 0 61038228 117895168 4879 33554432000 4194304 5849740 140731791098528 140731791098528 5370964 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 28783 4879 710 405 0 25727 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 115132 KiB
Current children cumulated memory: 19516 KiB

[startup+0.209748 s]*
/proc/loadavg: 2.00 2.05 1.91 3/187 16657
/proc/meminfo: memFree=22234072/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=115132 memory=19516 CPUtime=0.21 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 2717 0 0 0 21 0 0 0 20 0 1 0 61038228 117895168 4879 33554432000 4194304 5849740 140731791098528 140731791098528 5392576 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 28783 4879 710 405 0 25727 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 115132 KiB
Current children cumulated memory: 19516 KiB

[startup+0.308928 s]*
/proc/loadavg: 2.00 2.05 1.91 3/187 16657
/proc/meminfo: memFree=22233808/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=115132 memory=19516 CPUtime=0.31 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 2717 0 0 0 31 0 0 0 20 0 1 0 61038228 117895168 4879 33554432000 4194304 5849740 140731791098528 140731791098528 5392576 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 28783 4879 710 405 0 25727 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 115132 KiB
Current children cumulated memory: 19516 KiB

[startup+0.700226 s]
/proc/loadavg: 2.00 2.05 1.91 3/187 16657
/proc/meminfo: memFree=22233724/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=115308 memory=19516 CPUtime=0.69 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 2731 0 0 0 69 0 0 0 20 0 1 0 61038228 118075392 4879 33554432000 4194304 5849740 140731791098528 140731791097176 5353833 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 28827 4879 710 405 0 25771 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 115308 KiB
Current children cumulated memory: 19516 KiB

[startup+1.50022 s]
/proc/loadavg: 2.00 2.05 1.91 3/187 16657
/proc/meminfo: memFree=22233724/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=115232 memory=19472 CPUtime=1.49 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 2901 0 0 0 149 0 0 0 20 0 1 0 61038228 117997568 4868 33554432000 4194304 5849740 140731791098528 140731791096376 4212046 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 28808 4868 722 405 0 25752 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 115232 KiB
Current children cumulated memory: 19472 KiB

[startup+3.10897 s]
/proc/loadavg: 2.00 2.05 1.91 3/187 16657
/proc/meminfo: memFree=22233544/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=115232 memory=19640 CPUtime=3.1 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 3479 0 0 0 310 0 0 0 20 0 1 0 61038228 117997568 4910 33554432000 4194304 5849740 140731791098528 140731791096376 4211671 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 28808 4910 722 405 0 25752 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 115232 KiB
Current children cumulated memory: 19640 KiB

[startup+6.30022 s]
/proc/loadavg: 2.00 2.05 1.91 3/187 16657
/proc/meminfo: memFree=22233732/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=115232 memory=19640 CPUtime=6.29 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 4079 0 0 0 629 0 0 0 20 0 1 0 61038228 117997568 4910 33554432000 4194304 5849740 140731791098528 140731791096376 4212035 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 28808 4910 722 405 0 25752 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 115232 KiB
Current children cumulated memory: 19640 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.05 1.91 3/187 16657
/proc/meminfo: memFree=22233000/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=116076 memory=20484 CPUtime=12.69 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 4918 0 0 0 1269 0 0 0 20 0 1 0 61038228 118861824 5121 33554432000 4194304 5849740 140731791098528 140731791096936 4211600 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 29019 5121 722 405 0 25963 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 116076 KiB
Current children cumulated memory: 20484 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 2.05 1.91 3/187 16657
/proc/meminfo: memFree=22207344/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=116076 memory=20484 CPUtime=25.48 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 6205 0 0 0 2548 0 0 0 20 0 1 0 61038228 118861824 5121 33554432000 4194304 5849740 140731791098528 140731791096936 4212035 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 29019 5121 722 405 0 25963 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 116076 KiB
Current children cumulated memory: 20484 KiB

[startup+51.1093 s]
/proc/loadavg: 2.00 2.04 1.91 3/188 16665
/proc/meminfo: memFree=22206352/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=117332 memory=21736 CPUtime=51.09 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 9513 0 0 0 5108 1 0 0 20 0 1 0 61038228 120147968 5434 33554432000 4194304 5849740 140731791098528 140731791097016 4230721 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 29333 5434 737 405 0 26277 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 117332 KiB
Current children cumulated memory: 21736 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.04 1.92 3/188 16666
/proc/meminfo: memFree=22177048/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=117996 memory=22312 CPUtime=102.28 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 18089 0 0 0 10217 11 0 0 20 0 1 0 61038228 120827904 5578 33554432000 4194304 5849740 140731791098528 140731791097016 4211681 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 29499 5578 752 405 0 26443 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 117996 KiB
Current children cumulated memory: 22312 KiB

[startup+162.3 s]
/proc/loadavg: 1.85 1.99 1.91 3/188 16788
/proc/meminfo: memFree=22361264/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=126004 memory=34528 CPUtime=162.27 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 32166 0 0 0 16198 29 0 0 20 0 1 0 61038228 129028096 8632 33554432000 4194304 5849740 140731791098528 140731791097528 139795739672455 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 31501 8632 752 405 0 28445 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 126004 KiB
Current children cumulated memory: 34528 KiB

[startup+222.3 s]
/proc/loadavg: 1.94 1.99 1.91 3/188 16789
/proc/meminfo: memFree=22325744/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=138752 memory=47356 CPUtime=222.28 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 71345 0 0 0 22155 73 0 0 20 0 1 0 61038228 142082048 11839 33554432000 4194304 5849740 140731791098528 140731791097016 4212035 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 34688 11839 752 405 0 31632 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 138752 KiB
Current children cumulated memory: 47356 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.99 1.92 3/188 16790
/proc/meminfo: memFree=22308280/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=158056 memory=66552 CPUtime=282.27 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 110968 0 0 0 28116 111 0 0 20 0 1 0 61038228 161849344 16638 33554432000 4194304 5849740 140731791098528 140731791097528 5437695 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 39514 16638 752 405 0 36458 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 158056 KiB
Current children cumulated memory: 66552 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.99 1.93 3/188 16791
/proc/meminfo: memFree=22232432/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=193684 memory=102068 CPUtime=342.26 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 136326 0 0 0 34094 132 0 0 20 0 1 0 61038228 198332416 25517 33554432000 4194304 5849740 140731791098528 140731791097528 5438262 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 48421 25517 752 405 0 45365 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 193684 KiB
Current children cumulated memory: 102068 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/187 16793
/proc/meminfo: memFree=22320736/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=128380 memory=36980 CPUtime=402.25 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 152453 0 0 0 40078 147 0 0 20 0 1 0 61038228 131461120 9245 33554432000 4194304 5849740 140731791098528 140731791097528 139795739672455 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 32095 9245 752 405 0 29039 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 128380 KiB
Current children cumulated memory: 36980 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.94 3/187 16794
/proc/meminfo: memFree=22154464/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=153712 memory=62204 CPUtime=462.25 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 155820 0 0 0 46040 185 0 0 20 0 1 0 61038228 157401088 15551 33554432000 4194304 5849740 140731791098528 140731791097528 139795739672455 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 38428 15551 752 405 0 35372 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 153712 KiB
Current children cumulated memory: 62204 KiB


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

/proc/16656/statm: 141945 119127 752 405 0 138889 0
Current children cumulated CPU time: 1722.17 s
Current children cumulated vsize: 567780 KiB
Current children cumulated memory: 476508 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/187 16833
/proc/meminfo: memFree=21739280/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=398168 memory=306896 CPUtime=1782.16 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 457790 0 0 0 177715 501 0 0 20 0 1 0 61038228 407724032 76724 33554432000 4194304 5849740 140731791098528 140731791097528 5437698 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 99542 76724 752 405 0 96486 0
Current children cumulated CPU time: 1782.16 s
Current children cumulated vsize: 398168 KiB
Current children cumulated memory: 306896 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/187 16834
/proc/meminfo: memFree=21739644/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=398168 memory=306896 CPUtime=1842.17 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 470535 0 0 0 183699 518 0 0 20 0 1 0 61038228 407724032 76724 33554432000 4194304 5849740 140731791098528 140731791097528 139795739672455 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 99542 76724 752 405 0 96486 0
Current children cumulated CPU time: 1842.17 s
Current children cumulated vsize: 398168 KiB
Current children cumulated memory: 306896 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/188 16843
/proc/meminfo: memFree=21651364/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=453924 memory=362652 CPUtime=1902.16 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 481488 0 0 0 189682 534 0 0 20 0 1 0 61038228 464818176 90663 33554432000 4194304 5849740 140731791098528 140731791097528 5437825 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 113481 90663 752 405 0 110425 0
Current children cumulated CPU time: 1902.16 s
Current children cumulated vsize: 453924 KiB
Current children cumulated memory: 362652 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/188 16844
/proc/meminfo: memFree=21494176/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=557140 memory=465868 CPUtime=1962.16 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 494296 0 0 0 195669 547 0 0 20 0 1 0 61038228 570511360 116467 33554432000 4194304 5849740 140731791098528 140731791097400 5395319 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 139285 116467 752 405 0 136229 0
Current children cumulated CPU time: 1962.16 s
Current children cumulated vsize: 557140 KiB
Current children cumulated memory: 465868 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/188 16845
/proc/meminfo: memFree=21461792/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=588816 memory=497544 CPUtime=2022.15 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 503563 0 0 0 201660 555 0 0 20 0 1 0 61038228 602947584 124386 33554432000 4194304 5849740 140731791098528 140731791097688 5437698 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 147204 124386 752 405 0 144148 0
Current children cumulated CPU time: 2022.15 s
Current children cumulated vsize: 588816 KiB
Current children cumulated memory: 497544 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 16846
/proc/meminfo: memFree=21463268/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=588816 memory=497544 CPUtime=2082.15 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 510121 0 0 0 207650 565 0 0 20 0 1 0 61038228 602947584 124386 33554432000 4194304 5849740 140731791098528 140731791097688 5437720 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 147204 124386 752 405 0 144148 0
Current children cumulated CPU time: 2082.15 s
Current children cumulated vsize: 588816 KiB
Current children cumulated memory: 497544 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/188 16848
/proc/meminfo: memFree=21375224/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=588816 memory=497544 CPUtime=2142.14 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 515615 0 0 0 213641 573 0 0 20 0 1 0 61038228 602947584 124386 33554432000 4194304 5849740 140731791098528 140731791097528 5437835 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 147204 124386 752 405 0 144148 0
Current children cumulated CPU time: 2142.14 s
Current children cumulated vsize: 588816 KiB
Current children cumulated memory: 497544 KiB

[startup+2202.3 s]
/proc/loadavg: 2.05 2.03 2.02 3/187 16850
/proc/meminfo: memFree=21346736/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=588816 memory=497544 CPUtime=2202.14 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 519561 0 0 0 219632 582 0 0 20 0 1 0 61038228 602947584 124386 33554432000 4194304 5849740 140731791098528 140731791097528 5335568 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 147204 124386 752 405 0 144148 0
Current children cumulated CPU time: 2202.14 s
Current children cumulated vsize: 588816 KiB
Current children cumulated memory: 497544 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.02 2.02 3/187 16851
/proc/meminfo: memFree=21239184/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=654352 memory=563012 CPUtime=2262.14 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 522222 0 0 0 225624 590 0 0 20 0 1 0 61038228 670056448 140753 33554432000 4194304 5849740 140731791098528 140731791097688 5437698 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 163588 140753 752 405 0 160532 0
Current children cumulated CPU time: 2262.14 s
Current children cumulated vsize: 654352 KiB
Current children cumulated memory: 563012 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.02 2.02 3/187 16852
/proc/meminfo: memFree=21286172/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=607316 memory=516044 CPUtime=2322.13 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 533773 0 0 0 231613 600 0 0 20 0 1 0 61038228 621891584 129011 33554432000 4194304 5849740 140731791098528 140731791097528 5437698 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 151829 129011 752 405 0 148773 0
Current children cumulated CPU time: 2322.13 s
Current children cumulated vsize: 607316 KiB
Current children cumulated memory: 516044 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 16854
/proc/meminfo: memFree=21285092/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=607316 memory=516044 CPUtime=2382.13 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 559701 0 0 0 237606 607 0 0 20 0 1 0 61038228 621891584 129011 33554432000 4194304 5849740 140731791098528 140731791097528 5438176 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 151829 129011 752 405 0 148773 0
Current children cumulated CPU time: 2382.13 s
Current children cumulated vsize: 607316 KiB
Current children cumulated memory: 516044 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 16855
/proc/meminfo: memFree=21160700/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=732336 memory=641064 CPUtime=2442.13 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 588438 0 0 0 243593 620 0 0 20 0 1 0 61038228 749912064 160266 33554432000 4194304 5849740 140731791098528 140731791097528 139795739672455 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 183084 160266 752 405 0 180028 0
Current children cumulated CPU time: 2442.13 s
Current children cumulated vsize: 732336 KiB
Current children cumulated memory: 641064 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/187 16863
/proc/meminfo: memFree=21148848/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=797872 memory=706600 CPUtime=2502.13 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 637010 0 0 0 249584 629 0 0 20 0 1 0 61038228 817020928 176650 33554432000 4194304 5849740 140731791098528 140731791097528 5437620 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 199468 176650 752 405 0 196412 0
Current children cumulated CPU time: 2502.13 s
Current children cumulated vsize: 797872 KiB
Current children cumulated memory: 706600 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.02 3/188 16886
/proc/meminfo: memFree=21147692/32770624 swapFree=67108860/67108860
[pid=16656] ppid=16653 vsize=797872 memory=706600 CPUtime=2519.84 cores=0,2,4,6
/proc/16656/stat : 16656 (xcsp_picat) R 16653 16656 16152 0 -1 4202496 658099 0 0 0 251353 631 0 0 20 0 1 0 61038228 817020928 176650 33554432000 4194304 5849740 140731791098528 140731791097528 5437698 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 34738176 140731791103158 140731791103236 140731791103236 140731791105994 0
/proc/16656/statm: 199468 176650 752 405 0 196412 0
Current children cumulated CPU time: 2519.84 s
Current children cumulated vsize: 797872 KiB
Current children cumulated memory: 706600 KiB

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

[startup+2520.03 s]
# the end of solver process 16656 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.53 s, system=6.33173 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.87
CPU user time (s): 2513.53
CPU system time (s): 6.33173
CPU usage (%): 99.9935
Max. virtual memory (cumulated for all children) (KiB): 797872
Max. memory (cumulated for all children) (KiB): 706600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.53
system time used= 6.33173
maximum resident set size= 706600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 658102
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= 77
involuntary context switches= 3161


# summary of solver processes directly reported to runsolver:
#   pid: 16656
#   total CPU time (s): 2519.87
#   total CPU user time (s): 2513.53
#   total CPU system time (s): 6.33173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.75482 second user time and 20.608 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-24 14:19:11
IDJOB=4294036
IDBENCH=141319
IDSOLVER=2754
FILE ID=node136/4294036-1532434751
RUNJOBID= node136-1532432947-16183
PBS_JOBID= 21021579
Free space on /tmp= 56516 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-18b_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294036-1532434751/watcher-4294036-1532434751 -o /tmp/evaluation-result-4294036-1532434751/solver-4294036-1532434751 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532432947-16183 --watchdog 2580  xcsp_picat HOME/instance-4294036-1532434751.xml

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

MD5SUM BENCH= cfb25615b49033917f7fa13487cdd88c
RANDOM SEED=1839991016

node136.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.50
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.50
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.50
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.50
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:        22251080 kB
MemAvailable:   31771660 kB
Buffers:          203724 kB
Cached:          9547344 kB
SwapCached:            0 kB
Active:          2149404 kB
Inactive:        7830068 kB
Active(anon):     177028 kB
Inactive(anon):    71288 kB
Active(file):    1972376 kB
Inactive(file):  7758780 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3236 kB
Writeback:             0 kB
AnonPages:        235364 kB
Mapped:            40780 kB
Shmem:             17036 kB
Slab:             237688 kB
SReclaimable:     210520 kB
SUnreclaim:        27168 kB
KernelStack:        3344 kB
PageTables:         5832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     602480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 56512 MiB
End job on node136 at 2018-07-24 15:01:11