Trace number 4303054

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-02? (TO) 2519.82 2520.02

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-13_c18.xml
MD5SUM66cce14b45be89e007abc3e2885e8941
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark107
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints79
Number of domains2
Minimum domain size169
Maximum domain size170
Distribution of domain sizes[{"size":169,"count":78},{"size":170,"count":13}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":91},{"degree":2,"count":78},{"degree":12,"count":12},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity78
Distribution of constraint arities[{"arity":3,"count":78},{"arity":78,"count":1}]
Number of extensional constraints0
Number of intensional constraints78
Distribution of constraint types[{"type":"intension","count":78},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303054-1534014243/watcher-4303054-1534014243 -o /tmp/evaluation-result-4303054-1534014243/solver-4303054-1534014243 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1533993481-21559 --watchdog 2580 xcsp_picat HOME/instance-4303054-1534014243.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=24100, runsolver pid=24097

[startup+0.10092 s]*
/proc/loadavg: 2.06 2.03 2.05 3/188 24101
/proc/meminfo: memFree=17479944/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2027852 memory=22192 CPUtime=0.1 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 2180 0 0 0 10 0 0 0 20 0 1 0 218987442 2076520448 5548 33554432000 4194304 5849708 140732826966240 140732826965352 4527476 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 506963 5548 678 405 0 503908 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027852 KiB
Current children cumulated memory: 22192 KiB

[startup+0.209495 s]*
/proc/loadavg: 2.06 2.03 2.05 3/188 24101
/proc/meminfo: memFree=17475756/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2030564 memory=24984 CPUtime=0.2 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 3402 0 0 0 20 0 0 0 20 0 1 0 218987442 2079297536 6246 33554432000 4194304 5849708 140732826966240 140732826965352 5303721 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 507641 6246 687 405 0 504586 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2030564 KiB
Current children cumulated memory: 24984 KiB

[startup+0.309401 s]*
/proc/loadavg: 2.06 2.03 2.05 3/188 24101
/proc/meminfo: memFree=17475376/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2030564 memory=24984 CPUtime=0.3 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 3402 0 0 0 30 0 0 0 20 0 1 0 218987442 2079297536 6246 33554432000 4194304 5849708 140732826966240 140732826964488 5368892 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 507641 6246 687 405 0 504586 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2030564 KiB
Current children cumulated memory: 24984 KiB

[startup+0.700221 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 24101
/proc/meminfo: memFree=17473884/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2032664 memory=26996 CPUtime=0.68 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 4165 0 0 0 68 0 0 0 20 0 1 0 218987442 2081447936 6749 33554432000 4194304 5849708 140732826966240 140732826964488 5360985 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 508166 6749 696 405 0 505111 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2032664 KiB
Current children cumulated memory: 26996 KiB

[startup+1.50024 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 24101
/proc/meminfo: memFree=17472612/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2037500 memory=31520 CPUtime=1.48 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 6013 0 0 0 148 0 0 0 20 0 1 0 218987442 2086400000 7880 33554432000 4194304 5849708 140732826966240 140732826964888 4212046 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 509375 7880 706 405 0 506320 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2037500 KiB
Current children cumulated memory: 31520 KiB

[startup+3.10925 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 24101
/proc/meminfo: memFree=17481700/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2035828 memory=30136 CPUtime=3.1 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 7921 0 0 0 308 2 0 0 20 0 1 0 218987442 2084687872 7534 33554432000 4194304 5849708 140732826966240 140732826965240 5438261 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 508957 7534 710 405 0 505902 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2035828 KiB
Current children cumulated memory: 30136 KiB

[startup+6.30034 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 24101
/proc/meminfo: memFree=17471204/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2035444 memory=29660 CPUtime=6.29 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 12836 0 0 0 622 7 0 0 20 0 1 0 218987442 2084294656 7415 33554432000 4194304 5849708 140732826966240 140732826965240 139668126502791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 508861 7415 710 405 0 505806 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2035444 KiB
Current children cumulated memory: 29660 KiB

[startup+12.7004 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 24101
/proc/meminfo: memFree=17470148/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2040064 memory=34728 CPUtime=12.68 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 19587 0 0 0 1255 13 0 0 20 0 1 0 218987442 2089025536 8682 33554432000 4194304 5849708 140732826966240 140732826965240 5360998 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 510016 8682 710 405 0 506961 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2040064 KiB
Current children cumulated memory: 34728 KiB

[startup+25.5004 s]
/proc/loadavg: 2.04 2.03 2.05 3/188 24101
/proc/meminfo: memFree=17457816/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2045116 memory=39780 CPUtime=25.48 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 36902 0 0 0 2521 27 0 0 20 0 1 0 218987442 2094198784 9945 33554432000 4194304 5849708 140732826966240 140732826965400 139668126502791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 511279 9945 710 405 0 508224 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2045116 KiB
Current children cumulated memory: 39780 KiB

[startup+51.1095 s]
/proc/loadavg: 2.03 2.02 2.05 3/188 24101
/proc/meminfo: memFree=17448772/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2043040 memory=37448 CPUtime=51.09 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 62651 0 0 0 5059 50 0 0 20 0 1 0 218987442 2092072960 9362 33554432000 4194304 5849708 140732826966240 140732826965240 139668126502791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 510760 9362 710 405 0 507705 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2043040 KiB
Current children cumulated memory: 37448 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 24102
/proc/meminfo: memFree=17447600/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2053552 memory=48216 CPUtime=102.28 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 101854 0 0 0 10144 84 0 0 20 0 1 0 218987442 2102837248 12054 33554432000 4194304 5849708 140732826966240 140732826965240 139668126502791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 513388 12054 710 405 0 510333 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2053552 KiB
Current children cumulated memory: 48216 KiB

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 24103
/proc/meminfo: memFree=17441008/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2052696 memory=47292 CPUtime=162.28 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 138044 0 0 0 16105 123 0 0 20 0 1 0 218987442 2101960704 11823 33554432000 4194304 5849708 140732826966240 140732826965240 5312667 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 513174 11823 710 405 0 510119 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2052696 KiB
Current children cumulated memory: 47292 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 24104
/proc/meminfo: memFree=17437384/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2064168 memory=58764 CPUtime=222.28 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 167108 0 0 0 22067 161 0 0 20 0 1 0 218987442 2113708032 14691 33554432000 4194304 5849708 140732826966240 140732826965240 139668126502791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 516042 14691 710 405 0 512987 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2064168 KiB
Current children cumulated memory: 58764 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 24105
/proc/meminfo: memFree=17415324/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2087452 memory=82048 CPUtime=282.27 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 188427 0 0 0 28046 181 0 0 20 0 1 0 218987442 2137550848 20512 33554432000 4194304 5849708 140732826966240 140732826965240 139668126502791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 521863 20512 710 405 0 518808 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2087452 KiB
Current children cumulated memory: 82048 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24106
/proc/meminfo: memFree=17411292/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2074240 memory=68836 CPUtime=342.27 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 204344 0 0 0 34031 196 0 0 20 0 1 0 218987442 2124021760 17209 33554432000 4194304 5849708 140732826966240 140732826965400 139668126502791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 518560 17209 710 405 0 515505 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2074240 KiB
Current children cumulated memory: 68836 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24115
/proc/meminfo: memFree=17355276/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2125048 memory=119644 CPUtime=402.26 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 224274 0 0 0 40014 212 0 0 20 0 1 0 218987442 2176049152 29911 33554432000 4194304 5849708 140732826966240 140732826965240 5335582 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 531262 29911 710 405 0 528207 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 2125048 KiB
Current children cumulated memory: 119644 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24116
/proc/meminfo: memFree=17325228/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2134332 memory=128928 CPUtime=462.26 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 231374 0 0 0 46003 223 0 0 20 0 1 0 218987442 2185555968 32232 33554432000 4194304 5849708 140732826966240 140732826965240 139668126502791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 533583 32232 710 405 0 530528 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 2134332 KiB
Current children cumulated memory: 128928 KiB


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

/proc/24100/statm: 571185 70800 710 405 0 568130 0
Current children cumulated CPU time: 1722.14 s
Current children cumulated vsize: 2284740 KiB
Current children cumulated memory: 283200 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 24155
/proc/meminfo: memFree=17074752/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2195700 memory=194160 CPUtime=1782.14 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 497255 0 0 0 177787 427 0 0 20 0 1 0 218987442 2248396800 48540 33554432000 4194304 5849708 140732826966240 140732826965240 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 548925 48540 710 405 0 545870 0
Current children cumulated CPU time: 1782.14 s
Current children cumulated vsize: 2195700 KiB
Current children cumulated memory: 194160 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 24156
/proc/meminfo: memFree=17009092/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2261236 memory=259620 CPUtime=1842.14 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 523191 0 0 0 183777 437 0 0 20 0 1 0 218987442 2315505664 64905 33554432000 4194304 5849708 140732826966240 140732826965400 5438208 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 565309 64905 710 405 0 562254 0
Current children cumulated CPU time: 1842.14 s
Current children cumulated vsize: 2261236 KiB
Current children cumulated memory: 259620 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 24157
/proc/meminfo: memFree=16925144/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2262848 memory=261308 CPUtime=1902.13 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 540568 0 0 0 189768 445 0 0 20 0 1 0 218987442 2317156352 65327 33554432000 4194304 5849708 140732826966240 140732826965240 5335582 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 565712 65327 710 405 0 562657 0
Current children cumulated CPU time: 1902.13 s
Current children cumulated vsize: 2262848 KiB
Current children cumulated memory: 261308 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24159
/proc/meminfo: memFree=17067032/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2272440 memory=270728 CPUtime=1962.13 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 546374 0 0 0 195760 453 0 0 20 0 1 0 218987442 2326978560 67682 33554432000 4194304 5849708 140732826966240 140732826965240 139668126502791 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 568110 67682 710 405 0 565055 0
Current children cumulated CPU time: 1962.13 s
Current children cumulated vsize: 2272440 KiB
Current children cumulated memory: 270728 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24160
/proc/meminfo: memFree=17093460/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2245728 memory=244188 CPUtime=2022.12 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 567959 0 0 0 201752 460 0 0 20 0 1 0 218987442 2299625472 61047 33554432000 4194304 5849708 140732826966240 140732826965240 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 561432 61047 710 405 0 558377 0
Current children cumulated CPU time: 2022.12 s
Current children cumulated vsize: 2245728 KiB
Current children cumulated memory: 244188 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24161
/proc/meminfo: memFree=16961636/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2311264 memory=309724 CPUtime=2082.12 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 569597 0 0 0 207746 466 0 0 20 0 1 0 218987442 2366734336 77431 33554432000 4194304 5849708 140732826966240 140732826965240 5437748 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 577816 77431 710 405 0 574761 0
Current children cumulated CPU time: 2082.12 s
Current children cumulated vsize: 2311264 KiB
Current children cumulated memory: 309724 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24162
/proc/meminfo: memFree=17026728/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2311264 memory=309724 CPUtime=2142.11 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 589492 0 0 0 213738 473 0 0 20 0 1 0 218987442 2366734336 77431 33554432000 4194304 5849708 140732826966240 140732826965112 5394812 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 577816 77431 710 405 0 574761 0
Current children cumulated CPU time: 2142.11 s
Current children cumulated vsize: 2311264 KiB
Current children cumulated memory: 309724 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24170
/proc/meminfo: memFree=16989680/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2265376 memory=263836 CPUtime=2202.11 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 618741 0 0 0 219727 484 0 0 20 0 1 0 218987442 2319745024 65959 33554432000 4194304 5849708 140732826966240 140732826965400 5335582 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 566344 65959 710 405 0 563289 0
Current children cumulated CPU time: 2202.11 s
Current children cumulated vsize: 2265376 KiB
Current children cumulated memory: 263836 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24171
/proc/meminfo: memFree=16902924/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2330912 memory=329372 CPUtime=2262.11 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 636832 0 0 0 225719 492 0 0 20 0 1 0 218987442 2386853888 82343 33554432000 4194304 5849708 140732826966240 140732826965240 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 582728 82343 710 405 0 579673 0
Current children cumulated CPU time: 2262.11 s
Current children cumulated vsize: 2330912 KiB
Current children cumulated memory: 329372 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24172
/proc/meminfo: memFree=16865072/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2330912 memory=329372 CPUtime=2322.1 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 663361 0 0 0 231710 500 0 0 20 0 1 0 218987442 2386853888 82343 33554432000 4194304 5849708 140732826966240 140732826965400 5335524 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 582728 82343 710 405 0 579673 0
Current children cumulated CPU time: 2322.1 s
Current children cumulated vsize: 2330912 KiB
Current children cumulated memory: 329372 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24173
/proc/meminfo: memFree=16865148/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2330912 memory=329372 CPUtime=2382.1 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 685066 0 0 0 237703 507 0 0 20 0 1 0 218987442 2386853888 82343 33554432000 4194304 5849708 140732826966240 140732826965240 5438278 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 582728 82343 710 405 0 579673 0
Current children cumulated CPU time: 2382.1 s
Current children cumulated vsize: 2330912 KiB
Current children cumulated memory: 329372 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24235
/proc/meminfo: memFree=13667480/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2461984 memory=460444 CPUtime=2442.09 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 700281 0 0 0 243696 513 0 0 20 0 1 0 218987442 2521071616 115111 33554432000 4194304 5849708 140732826966240 140732826965240 5335545 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 615496 115111 710 405 0 612441 0
Current children cumulated CPU time: 2442.09 s
Current children cumulated vsize: 2461984 KiB
Current children cumulated memory: 460444 KiB

[startup+2502.3 s]
/proc/loadavg: 1.96 2.00 2.04 3/187 24236
/proc/meminfo: memFree=10486892/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2330912 memory=329372 CPUtime=2502.09 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 740697 0 0 0 249689 520 0 0 20 0 1 0 218987442 2386853888 82343 33554432000 4194304 5849708 140732826966240 140732826965240 5335601 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 582728 82343 710 405 0 579673 0
Current children cumulated CPU time: 2502.09 s
Current children cumulated vsize: 2330912 KiB
Current children cumulated memory: 329372 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.97 2.00 2.04 3/187 24236
/proc/meminfo: memFree=10486892/32770624 swapFree=67108796/67108860
[pid=24100] ppid=24097 vsize=2330912 memory=329372 CPUtime=2519.79 cores=0,2,4,6
/proc/24100/stat : 24100 (xcsp_picat) R 24097 24100 21527 0 -1 4202496 740707 0 0 0 251457 522 0 0 20 0 1 0 218987442 2386853888 82343 33554432000 4194304 5849708 140732826966240 140732826965240 5335545 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 40079360 140732826973366 140732826973444 140732826973444 140732826976202 0
/proc/24100/statm: 582728 82343 710 405 0 579673 0
Current children cumulated CPU time: 2519.79 s
Current children cumulated vsize: 2330912 KiB
Current children cumulated memory: 329372 KiB

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

[startup+2520.02 s]
# the end of solver process 24100 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.58 s, system=5.24164 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.82
CPU user time (s): 2514.58
CPU system time (s): 5.24164
CPU usage (%): 99.992
Max. virtual memory (cumulated for all children) (KiB): 2461984
Max. memory (cumulated for all children) (KiB): 460444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.58
system time used= 5.24164
maximum resident set size= 460444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 740707
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= 38
involuntary context switches= 3178


# summary of solver processes directly reported to runsolver:
#   pid: 24100
#   total CPU time (s): 2519.82
#   total CPU user time (s): 2514.58
#   total CPU system time (s): 5.24164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2625 second user time and 17.9551 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-11 21:04:03
IDJOB=4303054
IDBENCH=141368
IDSOLVER=2778
FILE ID=node138/4303054-1534014243
RUNJOBID= node138-1533993481-21559
PBS_JOBID= 21036952
Free space on /tmp= 24252 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-13_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303054-1534014243/watcher-4303054-1534014243 -o /tmp/evaluation-result-4303054-1534014243/solver-4303054-1534014243 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1533993481-21559 --watchdog 2580  xcsp_picat HOME/instance-4303054-1534014243.xml

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

MD5SUM BENCH= 66cce14b45be89e007abc3e2885e8941
RANDOM SEED=1258245523

node138.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.71
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.71
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.71
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.71
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:        17499648 kB
MemAvailable:   31851844 kB
Buffers:           95244 kB
Cached:         14326916 kB
SwapCached:           12 kB
Active:          7189768 kB
Inactive:        7340412 kB
Active(anon):      49672 kB
Inactive(anon):   111108 kB
Active(file):    7140096 kB
Inactive(file):  7229304 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3044 kB
Writeback:             0 kB
AnonPages:        116184 kB
Mapped:            51272 kB
Shmem:             49740 kB
Slab:             439176 kB
SReclaimable:     411256 kB
SUnreclaim:        27920 kB
KernelStack:        3360 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2420408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 24244 MiB
End job on node138 at 2018-08-11 21:46:03