Trace number 4294355

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

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-15_c18.xml
MD5SUM9d47b2b78bc459aa217a94cfbd52e9d7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark168
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints106
Number of domains2
Minimum domain size225
Maximum domain size226
Distribution of domain sizes[{"size":225,"count":105},{"size":226,"count":15}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":120},{"degree":2,"count":105},{"degree":14,"count":14},{"degree":15,"count":1}]
Minimum constraint arity3
Maximum constraint arity105
Distribution of constraint arities[{"arity":3,"count":105},{"arity":105,"count":1}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105},{"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 (8600 MiB free)
  memory of node 1: 16384 MiB (13116 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294355-1532444853/watcher-4294355-1532444853 -o /tmp/evaluation-result-4294355-1532444853/solver-4294355-1532444853 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532432947-16183 --watchdog 2580 xcsp_picat HOME/instance-4294355-1532444853.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=17889, runsolver pid=17886

[startup+0.100208 s]*
/proc/loadavg: 1.94 2.00 2.04 3/187 17890
/proc/meminfo: memFree=22209124/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=129156 memory=31328 CPUtime=0.1 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 2347 0 0 0 9 1 0 0 20 0 1 0 62048450 132255744 7832 33554432000 4194304 5849740 140723334849792 140723334849792 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 32289 7832 696 405 0 29233 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 129156 KiB
Current children cumulated memory: 31328 KiB

[startup+0.209783 s]*
/proc/loadavg: 1.94 2.00 2.04 3/187 17890
/proc/meminfo: memFree=22199512/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=139332 memory=41292 CPUtime=0.21 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 4350 0 0 0 20 1 0 0 20 0 1 0 62048450 142675968 10323 33554432000 4194304 5849740 140723334849792 140723334848392 5334776 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 34833 10323 698 405 0 31777 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 139332 KiB
Current children cumulated memory: 41292 KiB

[startup+0.309767 s]*
/proc/loadavg: 1.94 2.00 2.04 3/187 17890
/proc/meminfo: memFree=22199588/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=139332 memory=41292 CPUtime=0.31 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 4366 0 0 0 30 1 0 0 20 0 1 0 62048450 142675968 10323 33554432000 4194304 5849740 140723334849792 140723334848392 5392640 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 34833 10323 698 405 0 31777 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 139332 KiB
Current children cumulated memory: 41292 KiB

[startup+0.700354 s]
/proc/loadavg: 1.94 2.00 2.04 3/187 17890
/proc/meminfo: memFree=22199588/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=139332 memory=41292 CPUtime=0.69 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 4366 0 0 0 68 1 0 0 20 0 1 0 62048450 142675968 10323 33554432000 4194304 5849740 140723334849792 140723334848392 5303807 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 34833 10323 698 405 0 31777 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 139332 KiB
Current children cumulated memory: 41292 KiB

[startup+1.50042 s]
/proc/loadavg: 1.94 2.00 2.04 3/187 17890
/proc/meminfo: memFree=22199588/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=147528 memory=49536 CPUtime=1.49 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 4891 0 0 0 148 1 0 0 20 0 1 0 62048450 151068672 12384 33554432000 4194304 5849740 140723334849792 140723334848392 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 36882 12384 717 405 0 33826 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 147528 KiB
Current children cumulated memory: 49536 KiB

[startup+3.10907 s]
/proc/loadavg: 1.94 2.00 2.04 3/187 17890
/proc/meminfo: memFree=22190900/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=147528 memory=49756 CPUtime=3.09 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 5527 0 0 0 308 1 0 0 20 0 1 0 62048450 151068672 12439 33554432000 4194304 5849740 140723334849792 140723334848392 4211660 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 36882 12439 726 405 0 33826 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 147528 KiB
Current children cumulated memory: 49756 KiB

[startup+6.30033 s]
/proc/loadavg: 1.95 2.00 2.04 3/187 17890
/proc/meminfo: memFree=22194124/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=143432 memory=45676 CPUtime=6.29 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 7465 0 0 0 624 5 0 0 20 0 1 0 62048450 146874368 11419 33554432000 4194304 5849740 140723334849792 140723334848952 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 35858 11419 730 405 0 32802 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 143432 KiB
Current children cumulated memory: 45676 KiB

[startup+12.7004 s]
/proc/loadavg: 1.95 2.00 2.04 3/187 17890
/proc/meminfo: memFree=22160832/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=146148 memory=48392 CPUtime=12.69 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 11261 0 0 0 1258 11 0 0 20 0 1 0 62048450 149655552 12098 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 36537 12098 730 405 0 33481 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 146148 KiB
Current children cumulated memory: 48392 KiB

[startup+25.5004 s]
/proc/loadavg: 1.96 2.00 2.04 3/187 17890
/proc/meminfo: memFree=22155216/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=149776 memory=52020 CPUtime=25.49 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 22437 0 0 0 2526 23 0 0 20 0 1 0 62048450 153370624 13005 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 37444 13005 730 405 0 34388 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 149776 KiB
Current children cumulated memory: 52020 KiB

[startup+51.1095 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 17890
/proc/meminfo: memFree=22179268/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=155608 memory=58804 CPUtime=51.09 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 37212 0 0 0 5065 44 0 0 20 0 1 0 62048450 159342592 14701 33554432000 4194304 5849740 140723334849792 140723334848792 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 38902 14701 730 405 0 35846 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 155608 KiB
Current children cumulated memory: 58804 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 17891
/proc/meminfo: memFree=22114052/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=165384 memory=74336 CPUtime=102.29 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 49311 0 0 0 10153 76 0 0 20 0 1 0 62048450 169353216 18584 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 41346 18584 730 405 0 38290 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 165384 KiB
Current children cumulated memory: 74336 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17899
/proc/meminfo: memFree=22078972/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=184292 memory=93028 CPUtime=162.29 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 68344 0 0 0 16114 115 0 0 20 0 1 0 62048450 188715008 23257 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 46073 23257 730 405 0 43017 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 184292 KiB
Current children cumulated memory: 93028 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17900
/proc/meminfo: memFree=22062976/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=190860 memory=98068 CPUtime=222.29 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 80475 0 0 0 22081 148 0 0 20 0 1 0 62048450 195440640 24517 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 47715 24517 730 405 0 44659 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 190860 KiB
Current children cumulated memory: 98068 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17901
/proc/meminfo: memFree=22001388/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=187284 memory=93540 CPUtime=282.29 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 98787 0 0 0 28049 180 0 0 20 0 1 0 62048450 191778816 23385 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 46821 23385 730 405 0 43765 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 187284 KiB
Current children cumulated memory: 93540 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17902
/proc/meminfo: memFree=22032176/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=197752 memory=106704 CPUtime=342.29 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 118967 0 0 0 34018 211 0 0 20 0 1 0 62048450 202498048 26676 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 49438 26676 730 405 0 46382 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 197752 KiB
Current children cumulated memory: 106704 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17903
/proc/meminfo: memFree=21932768/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=205944 memory=114736 CPUtime=402.28 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 140573 0 0 0 39986 242 0 0 20 0 1 0 62048450 210886656 28684 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 51486 28684 730 405 0 48430 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 205944 KiB
Current children cumulated memory: 114736 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 17904
/proc/meminfo: memFree=21923456/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=205944 memory=114740 CPUtime=462.28 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 155288 0 0 0 45953 275 0 0 20 0 1 0 62048450 210886656 28685 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 51486 28685 730 405 0 48430 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 205944 KiB
Current children cumulated memory: 114740 KiB


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

/proc/17889/statm: 81200 58470 730 405 0 78144 0
Current children cumulated CPU time: 1722.2 s
Current children cumulated vsize: 324800 KiB
Current children cumulated memory: 233880 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18004
/proc/meminfo: memFree=22140004/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=324800 memory=233880 CPUtime=1782.2 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 468906 0 0 0 177569 651 0 0 20 0 1 0 62048450 332595200 58470 33554432000 4194304 5849740 140723334849792 140723334848792 5437819 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 81200 58470 730 405 0 78144 0
Current children cumulated CPU time: 1782.2 s
Current children cumulated vsize: 324800 KiB
Current children cumulated memory: 233880 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 18005
/proc/meminfo: memFree=22126644/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=324800 memory=233880 CPUtime=1842.18 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 476900 0 0 0 183554 664 0 0 20 0 1 0 62048450 332595200 58470 33554432000 4194304 5849740 140723334849792 140723334848792 5437689 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 81200 58470 730 405 0 78144 0
Current children cumulated CPU time: 1842.18 s
Current children cumulated vsize: 324800 KiB
Current children cumulated memory: 233880 KiB

[startup+1902.3 s]
/proc/loadavg: 2.17 2.04 2.05 3/187 18066
/proc/meminfo: memFree=22140468/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=347796 memory=256876 CPUtime=1902.18 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 482159 0 0 0 189543 675 0 0 20 0 1 0 62048450 356143104 64219 33554432000 4194304 5849740 140723334849792 140723334848792 5437698 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 86949 64219 730 405 0 83893 0
Current children cumulated CPU time: 1902.18 s
Current children cumulated vsize: 347796 KiB
Current children cumulated memory: 256876 KiB

[startup+1962.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/188 18075
/proc/meminfo: memFree=22063248/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=423780 memory=332744 CPUtime=1962.17 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 483397 0 0 0 195536 681 0 0 20 0 1 0 62048450 433950720 83186 33554432000 4194304 5849740 140723334849792 140723334848792 5437698 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 105945 83186 730 405 0 102889 0
Current children cumulated CPU time: 1962.17 s
Current children cumulated vsize: 423780 KiB
Current children cumulated memory: 332744 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/188 18137
/proc/meminfo: memFree=22043624/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=423780 memory=332860 CPUtime=2022.17 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 486199 0 0 0 201528 689 0 0 20 0 1 0 62048450 433950720 83215 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 105945 83215 730 405 0 102889 0
Current children cumulated CPU time: 2022.17 s
Current children cumulated vsize: 423780 KiB
Current children cumulated memory: 332860 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 18138
/proc/meminfo: memFree=22071008/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=386724 memory=295804 CPUtime=2082.17 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 495715 0 0 0 207520 697 0 0 20 0 1 0 62048450 396005376 73951 33554432000 4194304 5849740 140723334849792 140723334848792 5437722 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 96681 73951 730 405 0 93625 0
Current children cumulated CPU time: 2082.17 s
Current children cumulated vsize: 386724 KiB
Current children cumulated memory: 295804 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 18139
/proc/meminfo: memFree=22003496/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=452260 memory=361340 CPUtime=2142.17 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 513335 0 0 0 213512 705 0 0 20 0 1 0 62048450 463114240 90335 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 113065 90335 730 405 0 110009 0
Current children cumulated CPU time: 2142.17 s
Current children cumulated vsize: 452260 KiB
Current children cumulated memory: 361340 KiB

[startup+2202.3 s]
/proc/loadavg: 2.29 2.08 2.07 3/188 18140
/proc/meminfo: memFree=22003332/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=452260 memory=361340 CPUtime=2202.16 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 516351 0 0 0 219504 712 0 0 20 0 1 0 62048450 463114240 90335 33554432000 4194304 5849740 140723334849792 140723334848792 5335598 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 113065 90335 730 405 0 110009 0
Current children cumulated CPU time: 2202.16 s
Current children cumulated vsize: 452260 KiB
Current children cumulated memory: 361340 KiB

[startup+2262.3 s]
/proc/loadavg: 2.39 2.17 2.10 3/187 18141
/proc/meminfo: memFree=21962384/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=481712 memory=390792 CPUtime=2262.16 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 519426 0 0 0 225499 717 0 0 20 0 1 0 62048450 493273088 97698 33554432000 4194304 5849740 140723334849792 140723334848792 5438257 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 120428 97698 730 405 0 117372 0
Current children cumulated CPU time: 2262.16 s
Current children cumulated vsize: 481712 KiB
Current children cumulated memory: 390792 KiB

[startup+2322.3 s]
/proc/loadavg: 2.19 2.15 2.10 3/187 18142
/proc/meminfo: memFree=21901140/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=535852 memory=444804 CPUtime=2322.16 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 547633 0 0 0 231489 727 0 0 20 0 1 0 62048450 548712448 111201 33554432000 4194304 5849740 140723334849792 140723334848792 5437698 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 133963 111201 730 405 0 130907 0
Current children cumulated CPU time: 2322.16 s
Current children cumulated vsize: 535852 KiB
Current children cumulated memory: 444804 KiB

[startup+2382.3 s]
/proc/loadavg: 2.07 2.12 2.09 3/187 18143
/proc/meminfo: memFree=21959140/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=472656 memory=381408 CPUtime=2382.15 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 598397 0 0 0 237477 738 0 0 20 0 1 0 62048450 483999744 95352 33554432000 4194304 5849740 140723334849792 140723334848792 5437821 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 118164 95352 730 405 0 115108 0
Current children cumulated CPU time: 2382.15 s
Current children cumulated vsize: 472656 KiB
Current children cumulated memory: 381408 KiB

[startup+2442.3 s]
/proc/loadavg: 2.03 2.10 2.08 3/187 18144
/proc/meminfo: memFree=21835440/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=553648 memory=462408 CPUtime=2442.15 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 622736 0 0 0 243470 745 0 0 20 0 1 0 62048450 566935552 115602 33554432000 4194304 5849740 140723334849792 140723334848792 5437698 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 138412 115602 730 405 0 135356 0
Current children cumulated CPU time: 2442.15 s
Current children cumulated vsize: 553648 KiB
Current children cumulated memory: 462408 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/187 18145
/proc/meminfo: memFree=21920372/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=488112 memory=397064 CPUtime=2502.14 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 662313 0 0 0 249462 752 0 0 20 0 1 0 62048450 499826688 99266 33554432000 4194304 5849740 140723334849792 140723334848792 140267906350983 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 122028 99266 730 405 0 118972 0
Current children cumulated CPU time: 2502.14 s
Current children cumulated vsize: 488112 KiB
Current children cumulated memory: 397064 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.01 2.08 2.08 3/187 18146
/proc/meminfo: memFree=21839952/32770624 swapFree=67108860/67108860
[pid=17889] ppid=17886 vsize=553648 memory=462600 CPUtime=2519.84 cores=0,2,4,6
/proc/17889/stat : 17889 (xcsp_picat) R 17886 17889 16152 0 -1 4202496 673912 0 0 0 251229 755 0 0 20 0 1 0 62048450 566935552 115650 33554432000 4194304 5849740 140723334849792 140723334848792 5335566 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21962752 140723334853814 140723334853892 140723334853892 140723334856650 0
/proc/17889/statm: 138412 115650 730 405 0 135356 0
Current children cumulated CPU time: 2519.84 s
Current children cumulated vsize: 553648 KiB
Current children cumulated memory: 462600 KiB

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

[startup+2520.02 s]
# the end of solver process 17889 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.3 s, system=7.5659 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.86
CPU user time (s): 2512.3
CPU system time (s): 7.5659
CPU usage (%): 99.9939
Max. virtual memory (cumulated for all children) (KiB): 666924
Max. memory (cumulated for all children) (KiB): 575876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.3
system time used= 7.5659
maximum resident set size= 575876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 673913
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= 160
involuntary context switches= 2855


# summary of solver processes directly reported to runsolver:
#   pid: 17889
#   total CPU time (s): 2519.86
#   total CPU user time (s): 2512.3
#   total CPU system time (s): 7.5659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0446 second user time and 15.5448 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-24 17:07:33
IDJOB=4294355
IDBENCH=141370
IDSOLVER=2754
FILE ID=node136/4294355-1532444853
RUNJOBID= node136-1532432947-16183
PBS_JOBID= 21021579
Free space on /tmp= 56516 MiB

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

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

MD5SUM BENCH= 9d47b2b78bc459aa217a94cfbd52e9d7
RANDOM SEED=915388968

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:        22238140 kB
MemAvailable:   31771956 kB
Buffers:          205012 kB
Cached:          9559468 kB
SwapCached:            0 kB
Active:          2154436 kB
Inactive:        7839152 kB
Active(anon):     178932 kB
Inactive(anon):    70196 kB
Active(file):    1975504 kB
Inactive(file):  7768956 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3244 kB
Writeback:             0 kB
AnonPages:        236076 kB
Mapped:            41168 kB
Shmem:             17036 kB
Slab:             237372 kB
SReclaimable:     210380 kB
SUnreclaim:        26992 kB
KernelStack:        3360 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     602344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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 17:49:33