Trace number 4309686

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 NameAnswerCPU timeWall clock time
PicatSAT 2018-08-14? (TO) 2520.04 2520.02

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-7-cp_c18.xml
MD5SUM6d0c168c4ed68c601cb94602702970c2
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints13239
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":252}]
Minimum variable degree212
Maximum variable degree213
Distribution of variable degrees[{"degree":212,"count":216},{"degree":213,"count":36}]
Minimum constraint arity4
Maximum constraint arity252
Distribution of constraint arities[{"arity":4,"count":13230},{"arity":36,"count":8},{"arity":252,"count":1}]
Number of extensional constraints0
Number of intensional constraints13230
Distribution of constraint types[{"type":"intension","count":13230},{"type":"lex","count":1},{"type":"cardinality","count":7},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309686-1534307840/watcher-4309686-1534307840 -o /tmp/evaluation-result-4309686-1534307840/solver-4309686-1534307840 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534293063-15170 --watchdog 2580 xcsp_picat HOME/instance-4309686-1534307840.xml 

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

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

solver pid=17408, runsolver pid=17405

[startup+0.100115 s]*
/proc/loadavg: 1.93 2.00 2.04 3/190 17409
/proc/meminfo: memFree=24672996/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2025744 memory=27716 CPUtime=0.1 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 1513 0 0 0 10 0 0 0 20 0 1 0 248347190 2074361856 6929 33554432000 4194304 5849940 140728954010432 140728954010432 4488331 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 506436 6929 582 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 27716 KiB

[startup+0.209888 s]*
/proc/loadavg: 1.93 2.00 2.04 3/190 17409
/proc/meminfo: memFree=24660708/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2025744 memory=40236 CPUtime=0.21 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 1519 0 0 0 21 0 0 0 20 0 1 0 248347190 2074361856 10059 33554432000 4194304 5849940 140728954010432 140728954009736 139801867189248 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 506436 10059 607 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 40236 KiB

[startup+0.309678 s]*
/proc/loadavg: 1.93 2.00 2.04 3/190 17409
/proc/meminfo: memFree=24648420/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2025744 memory=54572 CPUtime=0.31 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 1526 0 0 0 31 0 0 0 20 0 1 0 248347190 2074361856 13643 33554432000 4194304 5849940 140728954010432 140728954009736 4491814 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 506436 13643 607 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 54572 KiB

[startup+0.700357 s]
/proc/loadavg: 1.93 2.00 2.04 3/190 17409
/proc/meminfo: memFree=24622728/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2034028 memory=92172 CPUtime=0.69 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 2301 0 0 0 68 1 0 0 20 0 1 0 248347190 2082844672 23043 33554432000 4194304 5849940 140728954010432 140728954009736 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 508507 23043 667 405 0 505451 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2034028 KiB
Current children cumulated memory: 92172 KiB

[startup+1.50024 s]
/proc/loadavg: 1.93 2.00 2.04 3/190 17409
/proc/meminfo: memFree=24605832/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2037956 memory=96092 CPUtime=1.49 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 3330 0 0 0 143 6 0 0 20 0 1 0 248347190 2086866944 24023 33554432000 4194304 5849940 140728954010432 140728954009512 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 509489 24023 689 405 0 506433 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2037956 KiB
Current children cumulated memory: 96092 KiB

[startup+3.10934 s]
/proc/loadavg: 1.93 2.00 2.04 3/190 17409
/proc/meminfo: memFree=24587640/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2040584 memory=98784 CPUtime=3.1 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 6180 0 0 0 303 7 0 0 20 0 1 0 248347190 2089558016 24696 33554432000 4194304 5849940 140728954010432 140728954009512 5309859 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 510146 24696 717 405 0 507090 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2040584 KiB
Current children cumulated memory: 98784 KiB

[startup+6.30022 s]
/proc/loadavg: 1.94 2.00 2.04 3/190 17409
/proc/meminfo: memFree=24586428/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2041140 memory=99496 CPUtime=6.29 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 7766 0 0 0 618 11 0 0 20 0 1 0 248347190 2090127360 24874 33554432000 4194304 5849940 140728954010432 140728954009432 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 510285 24874 721 405 0 507229 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2041140 KiB
Current children cumulated memory: 99496 KiB

[startup+12.7002 s]
/proc/loadavg: 1.94 2.00 2.04 3/190 17409
/proc/meminfo: memFree=24583704/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2043584 memory=101980 CPUtime=12.69 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 10516 0 0 0 1250 19 0 0 20 0 1 0 248347190 2092630016 25495 33554432000 4194304 5849940 140728954010432 140728954009432 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 510896 25495 721 405 0 507840 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2043584 KiB
Current children cumulated memory: 101980 KiB

[startup+25.5003 s]
/proc/loadavg: 1.96 2.00 2.04 3/190 17409
/proc/meminfo: memFree=24591720/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2049424 memory=107808 CPUtime=25.5 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 19490 0 0 0 2517 33 0 0 20 0 1 0 248347190 2098610176 26952 33554432000 4194304 5849940 140728954010432 140728954009592 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 512356 26952 721 405 0 509300 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2049424 KiB
Current children cumulated memory: 107808 KiB

[startup+51.1095 s]
/proc/loadavg: 1.97 2.00 2.04 3/190 17409
/proc/meminfo: memFree=24557488/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2049036 memory=107240 CPUtime=51.1 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 31365 0 0 0 5059 51 0 0 20 0 1 0 248347190 2098212864 26810 33554432000 4194304 5849940 140728954010432 140728954009432 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 512259 26810 721 405 0 509203 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2049036 KiB
Current children cumulated memory: 107240 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/190 17410
/proc/meminfo: memFree=24552640/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2052236 memory=110632 CPUtime=102.29 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 54258 0 0 0 10138 91 0 0 20 0 1 0 248347190 2101489664 27658 33554432000 4194304 5849940 140728954010432 140728954009304 5437815 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 513059 27658 721 405 0 510003 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2052236 KiB
Current children cumulated memory: 110632 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/191 17419
/proc/meminfo: memFree=24552736/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2052648 memory=110972 CPUtime=162.29 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 76875 0 0 0 16101 128 0 0 20 0 1 0 248347190 2101911552 27743 33554432000 4194304 5849940 140728954010432 140728954009432 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 513162 27743 721 405 0 510106 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2052648 KiB
Current children cumulated memory: 110972 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/191 17420
/proc/meminfo: memFree=24538036/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2067784 memory=126304 CPUtime=222.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 101453 0 0 0 22070 160 0 0 20 0 1 0 248347190 2117410816 31576 33554432000 4194304 5849940 140728954010432 140728954009432 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 516946 31576 721 405 0 513890 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2067784 KiB
Current children cumulated memory: 126304 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/191 17421
/proc/meminfo: memFree=24572828/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2064428 memory=122696 CPUtime=282.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 125960 0 0 0 28041 189 0 0 20 0 1 0 248347190 2113974272 30674 33554432000 4194304 5849940 140728954010432 140728954009432 5335814 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 516107 30674 721 405 0 513051 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2064428 KiB
Current children cumulated memory: 122696 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/191 17422
/proc/meminfo: memFree=24563016/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2071084 memory=129480 CPUtime=342.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 148694 0 0 0 34013 217 0 0 20 0 1 0 248347190 2120790016 32370 33554432000 4194304 5849940 140728954010432 140728954009432 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 517771 32370 721 405 0 514715 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2071084 KiB
Current children cumulated memory: 129480 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/191 17423
/proc/meminfo: memFree=24543492/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2068884 memory=127280 CPUtime=402.29 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 169286 0 0 0 39985 244 0 0 20 0 1 0 248347190 2118537216 31820 33554432000 4194304 5849940 140728954010432 140728954009432 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 517221 31820 721 405 0 514165 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2068884 KiB
Current children cumulated memory: 127280 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/190 17424
/proc/meminfo: memFree=24537532/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2074872 memory=133268 CPUtime=462.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 187380 0 0 0 45962 268 0 0 20 0 1 0 248347190 2124668928 33317 33554432000 4194304 5849940 140728954010432 140728954009432 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 518718 33317 721 405 0 515662 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2074872 KiB
Current children cumulated memory: 133268 KiB


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

/proc/17408/statm: 577041 92683 721 405 0 573985 0
Current children cumulated CPU time: 1722.29 s
Current children cumulated vsize: 2308164 KiB
Current children cumulated memory: 370732 KiB

[startup+1782.3 s]
/proc/loadavg: 2.03 2.09 2.08 3/190 17487
/proc/meminfo: memFree=24156468/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2308164 memory=370732 CPUtime=1782.29 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 456550 0 0 0 177737 492 0 0 20 0 1 0 248347190 2363559936 92683 33554432000 4194304 5849940 140728954010432 140728954009432 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 577041 92683 721 405 0 573985 0
Current children cumulated CPU time: 1782.29 s
Current children cumulated vsize: 2308164 KiB
Current children cumulated memory: 370732 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/190 17488
/proc/meminfo: memFree=24156476/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2308164 memory=370732 CPUtime=1842.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 479841 0 0 0 183730 500 0 0 20 0 1 0 248347190 2363559936 92683 33554432000 4194304 5849940 140728954010432 140728954009592 5335774 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 577041 92683 721 405 0 573985 0
Current children cumulated CPU time: 1842.3 s
Current children cumulated vsize: 2308164 KiB
Current children cumulated memory: 370732 KiB

[startup+1902.3 s]
/proc/loadavg: 2.08 2.08 2.07 3/190 17489
/proc/meminfo: memFree=24157912/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2306588 memory=369156 CPUtime=1902.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 518517 0 0 0 189719 511 0 0 20 0 1 0 248347190 2361946112 92289 33554432000 4194304 5849940 140728954010432 140728954009592 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 576647 92289 721 405 0 573591 0
Current children cumulated CPU time: 1902.3 s
Current children cumulated vsize: 2306588 KiB
Current children cumulated memory: 369156 KiB

[startup+1962.3 s]
/proc/loadavg: 2.27 2.15 2.10 3/191 17559
/proc/meminfo: memFree=24440604/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2306588 memory=369156 CPUtime=1962.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 553677 0 0 0 195710 520 0 0 20 0 1 0 248347190 2361946112 92289 33554432000 4194304 5849940 140728954010432 140728954009592 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 576647 92289 721 405 0 573591 0
Current children cumulated CPU time: 1962.3 s
Current children cumulated vsize: 2306588 KiB
Current children cumulated memory: 369156 KiB

[startup+2022.3 s]
/proc/loadavg: 2.10 2.12 2.09 3/191 17620
/proc/meminfo: memFree=24416144/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2306588 memory=369156 CPUtime=2022.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 589971 0 0 0 201701 529 0 0 20 0 1 0 248347190 2361946112 92289 33554432000 4194304 5849940 140728954010432 140728954009432 5437768 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 576647 92289 721 405 0 573591 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 2306588 KiB
Current children cumulated memory: 369156 KiB

[startup+2082.3 s]
/proc/loadavg: 2.04 2.10 2.09 3/191 17682
/proc/meminfo: memFree=24392500/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2372124 memory=434692 CPUtime=2082.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 621404 0 0 0 207693 537 0 0 20 0 1 0 248347190 2429054976 108673 33554432000 4194304 5849940 140728954010432 140728954009432 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 593031 108673 721 405 0 589975 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 2372124 KiB
Current children cumulated memory: 434692 KiB

[startup+2142.3 s]
/proc/loadavg: 1.97 2.07 2.07 3/191 17743
/proc/meminfo: memFree=24456448/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2264260 memory=326828 CPUtime=2142.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 642418 0 0 0 213681 549 0 0 20 0 1 0 248347190 2318602240 81707 33554432000 4194304 5849940 140728954010432 140728954009432 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 566065 81707 721 405 0 563009 0
Current children cumulated CPU time: 2142.3 s
Current children cumulated vsize: 2264260 KiB
Current children cumulated memory: 326828 KiB

[startup+2202.3 s]
/proc/loadavg: 1.99 2.06 2.07 3/191 17744
/proc/meminfo: memFree=24502212/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2211792 memory=274360 CPUtime=2202.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 670411 0 0 0 219673 557 0 0 20 0 1 0 248347190 2264875008 68590 33554432000 4194304 5849940 140728954010432 140728954009432 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 552948 68590 721 405 0 549892 0
Current children cumulated CPU time: 2202.3 s
Current children cumulated vsize: 2211792 KiB
Current children cumulated memory: 274360 KiB

[startup+2262.3 s]
/proc/loadavg: 1.96 2.03 2.06 3/190 17745
/proc/meminfo: memFree=24509776/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2211792 memory=274360 CPUtime=2262.31 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 686551 0 0 0 225664 567 0 0 20 0 1 0 248347190 2264875008 68590 33554432000 4194304 5849940 140728954010432 140728954009432 139801867210631 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 552948 68590 721 405 0 549892 0
Current children cumulated CPU time: 2262.31 s
Current children cumulated vsize: 2211792 KiB
Current children cumulated memory: 274360 KiB

[startup+2322.3 s]
/proc/loadavg: 1.97 2.03 2.05 3/190 17746
/proc/meminfo: memFree=24465500/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2255760 memory=318328 CPUtime=2322.3 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 710089 0 0 0 231654 576 0 0 20 0 1 0 248347190 2309898240 79582 33554432000 4194304 5849940 140728954010432 140728954009432 5335801 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 563940 79582 721 405 0 560884 0
Current children cumulated CPU time: 2322.3 s
Current children cumulated vsize: 2255760 KiB
Current children cumulated memory: 318328 KiB

[startup+2382.3 s]
/proc/loadavg: 1.99 2.02 2.05 3/190 17747
/proc/meminfo: memFree=24459872/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2255760 memory=318328 CPUtime=2382.31 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 728747 0 0 0 237646 585 0 0 20 0 1 0 248347190 2309898240 79582 33554432000 4194304 5849940 140728954010432 140728954009432 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 563940 79582 721 405 0 560884 0
Current children cumulated CPU time: 2382.31 s
Current children cumulated vsize: 2255760 KiB
Current children cumulated memory: 318328 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 17748
/proc/meminfo: memFree=24448372/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2255760 memory=318328 CPUtime=2442.31 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 747565 0 0 0 243638 593 0 0 20 0 1 0 248347190 2309898240 79582 33554432000 4194304 5849940 140728954010432 140728954009432 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 563940 79582 721 405 0 560884 0
Current children cumulated CPU time: 2442.31 s
Current children cumulated vsize: 2255760 KiB
Current children cumulated memory: 318328 KiB

[startup+2502.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/189 17749
/proc/meminfo: memFree=24392748/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2321296 memory=383864 CPUtime=2502.32 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 762945 0 0 0 249629 603 0 0 20 0 1 0 248347190 2377007104 95966 33554432000 4194304 5849940 140728954010432 140728954009432 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 580324 95966 721 405 0 577268 0
Current children cumulated CPU time: 2502.32 s
Current children cumulated vsize: 2321296 KiB
Current children cumulated memory: 383864 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.05 2.03 2.05 3/189 17750
/proc/meminfo: memFree=24387328/32770624 swapFree=67108840/67108860
[pid=17408] ppid=17405 vsize=2321296 memory=383864 CPUtime=2520.02 cores=1,3,5,7
/proc/17408/stat : 17408 (xcsp_picat) R 17405 17408 15138 0 -1 4202496 766463 0 0 0 251396 606 0 0 20 0 1 0 248347190 2377007104 95966 33554432000 4194304 5849940 140728954010432 140728954009592 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 29995008 140728954016950 140728954017028 140728954017028 140728954019786 0
/proc/17408/statm: 580324 95966 721 405 0 577268 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 2321296 KiB
Current children cumulated memory: 383864 KiB

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

[startup+2520.02 s]
# the end of solver process 17408 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.97 s, system=6.07313 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): 2520.04
CPU user time (s): 2513.97
CPU system time (s): 6.07313
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2372124
Max. memory (cumulated for all children) (KiB): 434692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.97
system time used= 6.07313
maximum resident set size= 434692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 766464
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= 36
involuntary context switches= 677


# summary of solver processes directly reported to runsolver:
#   pid: 17408
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2513.97
#   total CPU system time (s): 6.07313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6682 second user time and 18.1911 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-15 06:37:20
IDJOB=4309686
IDBENCH=141388
IDSOLVER=2794
FILE ID=node135/4309686-1534307840
RUNJOBID= node135-1534293063-15170
PBS_JOBID= 21038137
Free space on /tmp= 47276 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-6-6-7-cp_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309686-1534307840/watcher-4309686-1534307840 -o /tmp/evaluation-result-4309686-1534307840/solver-4309686-1534307840 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534293063-15170 --watchdog 2580  xcsp_picat HOME/instance-4309686-1534307840.xml

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

MD5SUM BENCH= 6d0c168c4ed68c601cb94602702970c2
RANDOM SEED=522918718

node135.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:        24698696 kB
MemAvailable:   31755048 kB
Buffers:          153052 kB
Cached:          7136852 kB
SwapCached:           20 kB
Active:          4032136 kB
Inactive:        3454592 kB
Active(anon):     145656 kB
Inactive(anon):   111472 kB
Active(file):    3886480 kB
Inactive(file):  3343120 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:              3920 kB
Writeback:             0 kB
AnonPages:        203404 kB
Mapped:            59192 kB
Shmem:             57996 kB
Slab:             284188 kB
SReclaimable:     255212 kB
SUnreclaim:        28976 kB
KernelStack:        3408 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2524772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 47272 MiB
End job on node135 at 2018-08-15 07:19:20