Trace number 4303345

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-02? (TO) 2520.03 2519.91

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-6-cp_c18.xml
MD5SUMe65b09bddae1c8c6b556de8535bf6786
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 variables216
Number of constraints9458
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":216}]
Minimum variable degree177
Maximum variable degree178
Distribution of variable degrees[{"degree":177,"count":180},{"degree":178,"count":36}]
Minimum constraint arity4
Maximum constraint arity216
Distribution of constraint arities[{"arity":4,"count":9450},{"arity":36,"count":7},{"arity":216,"count":1}]
Number of extensional constraints0
Number of intensional constraints9450
Distribution of constraint types[{"type":"intension","count":9450},{"type":"lex","count":1},{"type":"cardinality","count":6},{"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 (13541 MiB free)
  memory of node 1: 16384 MiB (14417 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303345-1534015435/watcher-4303345-1534015435 -o /tmp/evaluation-result-4303345-1534015435/solver-4303345-1534015435 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18252 --watchdog 2580 xcsp_picat HOME/instance-4303345-1534015435.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
solver pid=20423, runsolver pid=20420
Current StackSize limit: 8192 KiB


[startup+0.100411 s]*
/proc/loadavg: 2.02 2.02 2.05 3/188 20424
/proc/meminfo: memFree=28608892/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2025744 memory=24148 CPUtime=0.1 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 1585 0 0 0 10 0 0 0 20 0 1 0 219106623 2074361856 6037 33554432000 4194304 5849708 140728158093792 140728158093096 4486579 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 506436 6037 607 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 24148 KiB

[startup+0.209793 s]*
/proc/loadavg: 2.02 2.02 2.05 3/188 20424
/proc/meminfo: memFree=28594580/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2025744 memory=38484 CPUtime=0.2 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 1592 0 0 0 20 0 0 0 20 0 1 0 219106623 2074361856 9621 33554432000 4194304 5849708 140728158093792 140728158093096 4465630 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 506436 9621 607 405 0 503381 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 38484 KiB

[startup+0.309594 s]*
/proc/loadavg: 2.02 2.02 2.05 3/188 20424
/proc/meminfo: memFree=28582168/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2025744 memory=50772 CPUtime=0.3 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 1598 0 0 0 30 0 0 0 20 0 1 0 219106623 2074361856 12693 33554432000 4194304 5849708 140728158093792 140728158093096 4504308 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 506436 12693 607 405 0 503381 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 50772 KiB

[startup+0.700236 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 20424
/proc/meminfo: memFree=28560820/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2036060 memory=74756 CPUtime=0.69 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 2554 0 0 0 67 2 0 0 20 0 1 0 219106623 2084925440 18689 33554432000 4194304 5849708 140728158093792 140728158093096 140352236289927 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 509015 18689 689 405 0 505960 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2036060 KiB
Current children cumulated memory: 74756 KiB

[startup+1.50028 s]
/proc/loadavg: 2.02 2.02 2.05 4/188 20424
/proc/meminfo: memFree=28557100/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2039852 memory=78664 CPUtime=1.49 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 4191 0 0 0 143 6 0 0 20 0 1 0 219106623 2088808448 19666 33554432000 4194304 5849708 140728158093792 140728158092040 5335584 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 509963 19666 705 405 0 506908 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2039852 KiB
Current children cumulated memory: 78664 KiB

[startup+3.1092 s]
/proc/loadavg: 2.02 2.02 2.05 4/188 20424
/proc/meminfo: memFree=28555708/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2038216 memory=77052 CPUtime=3.1 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 5500 0 0 0 303 7 0 0 20 0 1 0 219106623 2087133184 19263 33554432000 4194304 5849708 140728158093792 140728158091336 140352236289927 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 509554 19263 721 405 0 506499 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2038216 KiB
Current children cumulated memory: 77052 KiB

[startup+6.30023 s]
/proc/loadavg: 2.02 2.02 2.05 4/188 20424
/proc/meminfo: memFree=28552640/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2041512 memory=80200 CPUtime=6.28 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 7705 0 0 0 617 11 0 0 20 0 1 0 219106623 2090508288 20050 33554432000 4194304 5849708 140728158093792 140728158092792 5437632 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 510378 20050 721 405 0 507323 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2041512 KiB
Current children cumulated memory: 80200 KiB

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 2.05 4/188 20424
/proc/meminfo: memFree=28550336/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2043560 memory=82508 CPUtime=12.68 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 10795 0 0 0 1247 21 0 0 20 0 1 0 219106623 2092605440 20627 33554432000 4194304 5849708 140728158093792 140728158092792 5438443 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 510890 20627 721 405 0 507835 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2043560 KiB
Current children cumulated memory: 82508 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.05 4/188 20424
/proc/meminfo: memFree=28550076/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2043600 memory=82512 CPUtime=25.48 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 19721 0 0 0 2513 35 0 0 20 0 1 0 219106623 2092646400 20628 33554432000 4194304 5849708 140728158093792 140728158092792 140352236289927 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 510900 20628 721 405 0 507845 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2043600 KiB
Current children cumulated memory: 82512 KiB

[startup+51.1092 s]
/proc/loadavg: 2.01 2.02 2.05 4/188 20424
/proc/meminfo: memFree=28581068/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2049772 memory=88552 CPUtime=51.09 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 34044 0 0 0 5049 60 0 0 20 0 1 0 219106623 2098966528 22138 33554432000 4194304 5849708 140728158093792 140728158092792 5437647 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 512443 22138 721 405 0 509388 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2049772 KiB
Current children cumulated memory: 88552 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.03 2.05 4/187 20426
/proc/meminfo: memFree=28599700/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2049948 memory=89016 CPUtime=102.27 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 57452 0 0 0 10129 98 0 0 20 0 1 0 219106623 2099146752 22254 33554432000 4194304 5849708 140728158093792 140728158092952 5437636 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 512487 22254 721 405 0 509432 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2049948 KiB
Current children cumulated memory: 89016 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.05 4/187 20427
/proc/meminfo: memFree=28560484/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2054408 memory=93356 CPUtime=162.27 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 83130 0 0 0 16087 140 0 0 20 0 1 0 219106623 2103713792 23339 33554432000 4194304 5849708 140728158093792 140728158092792 140352236289927 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 513602 23339 721 405 0 510547 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2054408 KiB
Current children cumulated memory: 93356 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.05 4/187 20428
/proc/meminfo: memFree=28544272/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2053040 memory=91744 CPUtime=222.28 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 103158 0 0 0 22053 175 0 0 20 0 1 0 219106623 2102312960 22936 33554432000 4194304 5849708 140728158093792 140728158092792 5437616 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 513260 22936 721 405 0 510205 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2053040 KiB
Current children cumulated memory: 91744 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 5/187 20430
/proc/meminfo: memFree=28512072/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2069676 memory=108624 CPUtime=282.28 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 124952 0 0 0 28022 206 0 0 20 0 1 0 219106623 2119348224 27156 33554432000 4194304 5849708 140728158093792 140728158092792 5338913 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 517419 27156 721 405 0 514364 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2069676 KiB
Current children cumulated memory: 108624 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/187 20431
/proc/meminfo: memFree=28525508/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2056084 memory=94800 CPUtime=342.28 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 145142 0 0 0 33992 236 0 0 20 0 1 0 219106623 2105430016 23700 33554432000 4194304 5849708 140728158093792 140728158092792 5335535 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 514021 23700 721 405 0 510966 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2056084 KiB
Current children cumulated memory: 94800 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/189 20441
/proc/meminfo: memFree=28515636/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2066112 memory=105060 CPUtime=402.29 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 166310 0 0 0 39965 264 0 0 20 0 1 0 219106623 2115698688 26265 33554432000 4194304 5849708 140728158093792 140728158092792 5437787 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 516528 26265 721 405 0 513473 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2066112 KiB
Current children cumulated memory: 105060 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/189 20442
/proc/meminfo: memFree=28498080/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2083424 memory=122160 CPUtime=462.29 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 181445 0 0 0 45939 290 0 0 20 0 1 0 219106623 2133426176 30540 33554432000 4194304 5849708 140728158093792 140728158092792 5335614 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 520856 30540 721 405 0 517801 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2083424 KiB
Current children cumulated memory: 122160 KiB


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

/proc/20423/statm: 544484 55515 721 405 0 541429 0
Current children cumulated CPU time: 1782.36 s
Current children cumulated vsize: 2177936 KiB
Current children cumulated memory: 222060 KiB

[startup+1842.3 s]
/proc/loadavg: 1.96 2.00 2.04 3/188 20542
/proc/meminfo: memFree=27171576/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2177936 memory=222060 CPUtime=1842.37 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 402516 0 0 0 183725 512 0 0 20 0 1 0 219106623 2230206464 55515 33554432000 4194304 5849708 140728158093792 140728158092792 5335571 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 544484 55515 721 405 0 541429 0
Current children cumulated CPU time: 1842.37 s
Current children cumulated vsize: 2177936 KiB
Current children cumulated memory: 222060 KiB

[startup+1902.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/187 20544
/proc/meminfo: memFree=27170820/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2177936 memory=222060 CPUtime=1902.37 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 407053 0 0 0 189717 520 0 0 20 0 1 0 219106623 2230206464 55515 33554432000 4194304 5849708 140728158093792 140728158092792 5335579 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 544484 55515 721 405 0 541429 0
Current children cumulated CPU time: 1902.37 s
Current children cumulated vsize: 2177936 KiB
Current children cumulated memory: 222060 KiB

[startup+1962.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 20545
/proc/meminfo: memFree=27153752/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2195176 memory=239300 CPUtime=1962.38 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 409430 0 0 0 195709 529 0 0 20 0 1 0 219106623 2247860224 59825 33554432000 4194304 5849708 140728158093792 140728158092792 5438278 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 548794 59825 721 405 0 545739 0
Current children cumulated CPU time: 1962.38 s
Current children cumulated vsize: 2195176 KiB
Current children cumulated memory: 239300 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 20546
/proc/meminfo: memFree=27140704/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2195176 memory=239300 CPUtime=2022.38 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 422202 0 0 0 201700 538 0 0 20 0 1 0 219106623 2247860224 59825 33554432000 4194304 5849708 140728158093792 140728158092792 5335524 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 548794 59825 721 405 0 545739 0
Current children cumulated CPU time: 2022.38 s
Current children cumulated vsize: 2195176 KiB
Current children cumulated memory: 239300 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 20548
/proc/meminfo: memFree=27130304/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2205576 memory=249700 CPUtime=2082.39 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 424537 0 0 0 207692 547 0 0 20 0 1 0 219106623 2258509824 62425 33554432000 4194304 5849708 140728158093792 140728158092792 5335622 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 551394 62425 721 405 0 548339 0
Current children cumulated CPU time: 2082.39 s
Current children cumulated vsize: 2205576 KiB
Current children cumulated memory: 249700 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 20549
/proc/meminfo: memFree=27063524/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2270072 memory=314196 CPUtime=2142.39 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 432247 0 0 0 213683 556 0 0 20 0 1 0 219106623 2324553728 78549 33554432000 4194304 5849708 140728158093792 140728158092952 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 567518 78549 721 405 0 564463 0
Current children cumulated CPU time: 2142.39 s
Current children cumulated vsize: 2270072 KiB
Current children cumulated memory: 314196 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 20558
/proc/meminfo: memFree=27063008/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2270072 memory=314196 CPUtime=2202.4 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 432250 0 0 0 219680 560 0 0 20 0 1 0 219106623 2324553728 78549 33554432000 4194304 5849708 140728158093792 140728158092792 5438273 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 567518 78549 721 405 0 564463 0
Current children cumulated CPU time: 2202.4 s
Current children cumulated vsize: 2270072 KiB
Current children cumulated memory: 314196 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/189 20582
/proc/meminfo: memFree=27061616/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2270072 memory=314196 CPUtime=2262.4 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 456782 0 0 0 225672 568 0 0 20 0 1 0 219106623 2324553728 78549 33554432000 4194304 5849708 140728158093792 140728158092792 5438368 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 567518 78549 721 405 0 564463 0
Current children cumulated CPU time: 2262.4 s
Current children cumulated vsize: 2270072 KiB
Current children cumulated memory: 314196 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/189 20583
/proc/meminfo: memFree=26471548/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2335608 memory=379732 CPUtime=2322.4 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 458047 0 0 0 231667 573 0 0 20 0 1 0 219106623 2391662592 94933 33554432000 4194304 5849708 140728158093792 140728158092792 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 583902 94933 721 405 0 580847 0
Current children cumulated CPU time: 2322.4 s
Current children cumulated vsize: 2335608 KiB
Current children cumulated memory: 379732 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/189 20584
/proc/meminfo: memFree=26995836/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2335608 memory=379732 CPUtime=2382.41 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 458463 0 0 0 237661 580 0 0 20 0 1 0 219106623 2391662592 94933 33554432000 4194304 5849708 140728158093792 140728158092792 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 583902 94933 721 405 0 580847 0
Current children cumulated CPU time: 2382.41 s
Current children cumulated vsize: 2335608 KiB
Current children cumulated memory: 379732 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/189 20585
/proc/meminfo: memFree=26995812/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2335608 memory=379548 CPUtime=2442.41 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 460985 0 0 0 243656 585 0 0 20 0 1 0 219106623 2391662592 94887 33554432000 4194304 5849708 140728158093792 140728158092952 5335584 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 583902 94887 721 405 0 580847 0
Current children cumulated CPU time: 2442.41 s
Current children cumulated vsize: 2335608 KiB
Current children cumulated memory: 379548 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 20586
/proc/meminfo: memFree=26995692/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2335608 memory=379732 CPUtime=2502.42 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 486509 0 0 0 249651 591 0 0 20 0 1 0 219106623 2391662592 94933 33554432000 4194304 5849708 140728158093792 140728158092792 5437645 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 583902 94933 721 405 0 580847 0
Current children cumulated CPU time: 2502.42 s
Current children cumulated vsize: 2335608 KiB
Current children cumulated memory: 379732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 20586
/proc/meminfo: memFree=26995816/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2335608 memory=379732 CPUtime=2520.02 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 505690 0 0 0 251409 593 0 0 20 0 1 0 219106623 2391662592 94933 33554432000 4194304 5849708 140728158093792 140728158092952 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 583902 94933 721 405 0 580847 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 2335608 KiB
Current children cumulated memory: 379732 KiB

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

[startup+2519.91 s]
# the end of solver process 20423 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.09 s, system=5.94235 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2519.9 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 20586
/proc/meminfo: memFree=26995816/32770624 swapFree=67108804/67108860
[pid=20423] ppid=20420 vsize=2335608 memory=379732 CPUtime=2520.02 cores=0,2,4,6
/proc/20423/stat : 20423 (xcsp_picat) R 20420 20423 18221 0 -1 4202496 505690 0 0 0 251409 593 0 0 20 0 1 0 219106623 2391662592 94933 33554432000 4194304 5849708 140728158093792 140728158092952 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 26140672 140728158102710 140728158102788 140728158102788 140728158105546 0
/proc/20423/statm: 583902 94933 721 405 0 580847 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 2335608 KiB
Current children cumulated memory: 379732 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.91
CPU time (s): 2520.03
CPU user time (s): 2514.09
CPU system time (s): 5.94235
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2356824
Max. memory (cumulated for all children) (KiB): 400820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.09
system time used= 5.94235
maximum resident set size= 400820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 505690
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= 32
involuntary context switches= 1218


# summary of solver processes directly reported to runsolver:
#   pid: 20423
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2514.09
#   total CPU system time (s): 5.94235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.90151 second user time and 18.1578 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-11 21:23:55
IDJOB=4303345
IDBENCH=141382
IDSOLVER=2778
FILE ID=node105/4303345-1534015435
RUNJOBID= node105-1533992673-18252
PBS_JOBID= 21036949
Free space on /tmp= 40728 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-6-6-6-cp_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303345-1534015435/watcher-4303345-1534015435 -o /tmp/evaluation-result-4303345-1534015435/solver-4303345-1534015435 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18252 --watchdog 2580  xcsp_picat HOME/instance-4303345-1534015435.xml

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

MD5SUM BENCH= e65b09bddae1c8c6b556de8535bf6786
RANDOM SEED=364290147

node105.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.32
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.32
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.32
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.32
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:        28629912 kB
MemAvailable:   31747472 kB
Buffers:           54440 kB
Cached:          3328868 kB
SwapCached:           16 kB
Active:          1842236 kB
Inactive:        1763664 kB
Active(anon):     172784 kB
Inactive(anon):   102096 kB
Active(file):    1669452 kB
Inactive(file):  1661568 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:              3508 kB
Writeback:             0 kB
AnonPages:        239736 kB
Mapped:            51748 kB
Shmem:             49748 kB
Slab:             232124 kB
SReclaimable:     204752 kB
SUnreclaim:        27372 kB
KernelStack:        3376 kB
PageTables:         5232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2545052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40720 MiB
End job on node105 at 2018-08-11 22:05:55