Trace number 4309687

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) 2519.92 2520.02

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-8-cp_c18.xml
MD5SUM8a9161d398725f1a5fa3c8de0eb5bbd3
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 variables288
Number of constraints17650
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":288}]
Minimum variable degree247
Maximum variable degree248
Distribution of variable degrees[{"degree":247,"count":252},{"degree":248,"count":36}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":17640},{"arity":36,"count":9},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints17640
Distribution of constraint types[{"type":"intension","count":17640},{"type":"lex","count":1},{"type":"cardinality","count":8},{"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 (13571 MiB free)
  memory of node 1: 16384 MiB (10362 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309687-1534307464/watcher-4309687-1534307464 -o /tmp/evaluation-result-4309687-1534307464/solver-4309687-1534307464 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534293639-21936 --watchdog 2580 xcsp_picat HOME/instance-4309687-1534307464.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=23860, runsolver pid=23857

[startup+0.10011 s]*
/proc/loadavg: 2.02 2.04 2.05 4/188 23861
/proc/meminfo: memFree=24484096/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2025744 memory=27244 CPUtime=0.1 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 1850 0 0 0 10 0 0 0 20 0 1 0 248309560 2074361856 6811 33554432000 4194304 5849940 140724234312448 140724234311752 4540093 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 506436 6811 607 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 27244 KiB

[startup+0.209741 s]*
/proc/loadavg: 2.02 2.04 2.05 3/188 23861
/proc/meminfo: memFree=24471664/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2025744 memory=41580 CPUtime=0.21 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 1857 0 0 0 21 0 0 0 20 0 1 0 248309560 2074361856 10395 33554432000 4194304 5849940 140724234312448 140724234311752 4476327 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 506436 10395 607 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 41580 KiB

[startup+0.309547 s]*
/proc/loadavg: 2.02 2.04 2.05 3/188 23861
/proc/meminfo: memFree=24457204/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2025744 memory=53868 CPUtime=0.31 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 1863 0 0 0 31 0 0 0 20 0 1 0 248309560 2074361856 13467 33554432000 4194304 5849940 140724234312448 140724234311752 4509440 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 506436 13467 607 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 53868 KiB

[startup+0.700323 s]
/proc/loadavg: 2.02 2.04 2.05 3/188 23861
/proc/meminfo: memFree=24432628/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2033560 memory=101092 CPUtime=0.69 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 1956 0 0 0 68 1 0 0 20 0 1 0 248309560 2082365440 25273 33554432000 4194304 5849940 140724234312448 140724234311752 4504325 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 508390 25273 615 405 0 505334 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 101092 KiB

[startup+1.50023 s]
/proc/loadavg: 2.02 2.04 2.05 3/188 23861
/proc/meminfo: memFree=24384908/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2037924 memory=122408 CPUtime=1.49 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 3234 0 0 0 145 4 0 0 20 0 1 0 248309560 2086834176 30602 33554432000 4194304 5849940 140724234312448 140724234311752 140626958466951 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 509481 30602 689 405 0 506425 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2037924 KiB
Current children cumulated memory: 122408 KiB

[startup+3.10937 s]
/proc/loadavg: 2.02 2.04 2.05 3/188 23861
/proc/meminfo: memFree=24378484/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2040284 memory=124972 CPUtime=3.09 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 6834 0 0 0 300 9 0 0 20 0 1 0 248309560 2089250816 31243 33554432000 4194304 5849940 140724234312448 140724234311384 5309811 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 510071 31243 713 405 0 507015 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2040284 KiB
Current children cumulated memory: 124972 KiB

[startup+6.30022 s]
/proc/loadavg: 2.02 2.04 2.05 3/188 23861
/proc/meminfo: memFree=24406256/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2041616 memory=126368 CPUtime=6.29 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 8109 0 0 0 617 12 0 0 20 0 1 0 248309560 2090614784 31592 33554432000 4194304 5849940 140724234312448 140724234310936 4208855 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 510404 31592 721 405 0 507348 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2041616 KiB
Current children cumulated memory: 126368 KiB

[startup+12.7002 s]
/proc/loadavg: 2.02 2.04 2.05 3/188 23861
/proc/meminfo: memFree=24398168/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2044736 memory=128876 CPUtime=12.69 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 11548 0 0 0 1248 21 0 0 20 0 1 0 248309560 2093809664 32219 33554432000 4194304 5849940 140724234312448 140724234311448 5438016 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 511184 32219 721 405 0 508128 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2044736 KiB
Current children cumulated memory: 128876 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.04 2.05 3/188 23861
/proc/meminfo: memFree=24361880/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2051196 memory=135528 CPUtime=25.48 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 19718 0 0 0 2513 35 0 0 20 0 1 0 248309560 2100424704 33882 33554432000 4194304 5849940 140724234312448 140724234311448 5335726 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 512799 33882 721 405 0 509743 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2051196 KiB
Current children cumulated memory: 135528 KiB

[startup+51.1094 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 23861
/proc/meminfo: memFree=24314580/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2053468 memory=138188 CPUtime=51.09 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 28012 0 0 0 5053 56 0 0 20 0 1 0 248309560 2102751232 34547 33554432000 4194304 5849940 140724234312448 140724234311448 5438020 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 513367 34547 721 405 0 510311 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2053468 KiB
Current children cumulated memory: 138188 KiB

[startup+102.3 s]
/proc/loadavg: 1.95 2.01 2.04 3/188 23862
/proc/meminfo: memFree=24417388/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2062136 memory=146728 CPUtime=102.27 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 46957 0 0 0 10134 93 0 0 20 0 1 0 248309560 2111627264 36682 33554432000 4194304 5849940 140724234312448 140724234311448 140626958466951 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 515534 36682 721 405 0 512478 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2062136 KiB
Current children cumulated memory: 146728 KiB

[startup+162.3 s]
/proc/loadavg: 1.98 2.01 2.04 3/188 23863
/proc/meminfo: memFree=24389916/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2054744 memory=139364 CPUtime=162.28 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 71474 0 0 0 16098 130 0 0 20 0 1 0 248309560 2104057856 34841 33554432000 4194304 5849940 140724234312448 140724234311448 140626958466951 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 513686 34841 721 405 0 510630 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2054744 KiB
Current children cumulated memory: 139364 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/188 23864
/proc/meminfo: memFree=24381164/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2061628 memory=146256 CPUtime=222.28 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 95163 0 0 0 22065 163 0 0 20 0 1 0 248309560 2111107072 36564 33554432000 4194304 5849940 140724234312448 140724234311448 140626958466951 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 515407 36564 721 405 0 512351 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2061628 KiB
Current children cumulated memory: 146256 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 23865
/proc/meminfo: memFree=24376220/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2069560 memory=154364 CPUtime=282.27 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 117706 0 0 0 28036 191 0 0 20 0 1 0 248309560 2119229440 38591 33554432000 4194304 5849940 140724234312448 140724234311448 140626958466951 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 517390 38591 721 405 0 514334 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 2069560 KiB
Current children cumulated memory: 154364 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 23866
/proc/meminfo: memFree=24373596/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2061652 memory=146332 CPUtime=342.27 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 138788 0 0 0 34009 218 0 0 20 0 1 0 248309560 2111131648 36583 33554432000 4194304 5849940 140724234312448 140724234311448 140626958466951 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 515413 36583 721 405 0 512357 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2061652 KiB
Current children cumulated memory: 146332 KiB

[startup+402.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 23867
/proc/meminfo: memFree=24346136/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2075684 memory=160548 CPUtime=402.28 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 156614 0 0 0 39982 246 0 0 20 0 1 0 248309560 2125500416 40137 33554432000 4194304 5849940 140724234312448 140724234311448 140626958466951 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 518921 40137 721 405 0 515865 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2075684 KiB
Current children cumulated memory: 160548 KiB

[startup+462.3 s]
/proc/loadavg: 2.17 2.06 2.06 3/187 23868
/proc/meminfo: memFree=24380672/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2066636 memory=156012 CPUtime=462.27 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 180552 0 0 0 45955 272 0 0 20 0 1 0 248309560 2116235264 39003 33554432000 4194304 5849940 140724234312448 140724234311448 140626958466951 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 516659 39003 721 405 0 513603 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2066636 KiB
Current children cumulated memory: 156012 KiB


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

/proc/23860/statm: 558900 81216 721 405 0 555844 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 2235600 KiB
Current children cumulated memory: 324864 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23976
/proc/meminfo: memFree=23686016/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2235600 memory=324864 CPUtime=1782.22 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 462424 0 0 0 177719 503 0 0 20 0 1 0 248309560 2289254400 81216 33554432000 4194304 5849940 140724234312448 140724234311448 140626958466951 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 558900 81216 721 405 0 555844 0
Current children cumulated CPU time: 1782.22 s
Current children cumulated vsize: 2235600 KiB
Current children cumulated memory: 324864 KiB

[startup+1842.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 23999
/proc/meminfo: memFree=23677840/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2243256 memory=332520 CPUtime=1842.21 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 478568 0 0 0 183712 509 0 0 20 0 1 0 248309560 2297094144 83130 33554432000 4194304 5849940 140724234312448 140724234311448 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 560814 83130 721 405 0 557758 0
Current children cumulated CPU time: 1842.21 s
Current children cumulated vsize: 2243256 KiB
Current children cumulated memory: 332520 KiB

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 24000
/proc/meminfo: memFree=23677844/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2243256 memory=332520 CPUtime=1902.22 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 493349 0 0 0 189705 517 0 0 20 0 1 0 248309560 2297094144 83130 33554432000 4194304 5849940 140724234312448 140724234311448 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 560814 83130 721 405 0 557758 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 2243256 KiB
Current children cumulated memory: 332520 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 24001
/proc/meminfo: memFree=23609236/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2311864 memory=401128 CPUtime=1962.21 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 519383 0 0 0 195695 526 0 0 20 0 1 0 248309560 2367348736 100282 33554432000 4194304 5849940 140724234312448 140724234311448 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 577966 100282 721 405 0 574910 0
Current children cumulated CPU time: 1962.21 s
Current children cumulated vsize: 2311864 KiB
Current children cumulated memory: 401128 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24002
/proc/meminfo: memFree=23604360/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2311864 memory=401128 CPUtime=2022.21 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 556565 0 0 0 201688 533 0 0 20 0 1 0 248309560 2367348736 100282 33554432000 4194304 5849940 140724234312448 140724234311448 5437824 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 577966 100282 721 405 0 574910 0
Current children cumulated CPU time: 2022.21 s
Current children cumulated vsize: 2311864 KiB
Current children cumulated memory: 401128 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24003
/proc/meminfo: memFree=23537840/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2377400 memory=466524 CPUtime=2082.21 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 590984 0 0 0 207679 542 0 0 20 0 1 0 248309560 2434457600 116631 33554432000 4194304 5849940 140724234312448 140724234311448 140626958466951 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 594350 116631 721 405 0 591294 0
Current children cumulated CPU time: 2082.21 s
Current children cumulated vsize: 2377400 KiB
Current children cumulated memory: 466524 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24004
/proc/meminfo: memFree=23537924/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2377400 memory=466664 CPUtime=2142.21 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 623555 0 0 0 213673 548 0 0 20 0 1 0 248309560 2434457600 116666 33554432000 4194304 5849940 140724234312448 140724234311608 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 594350 116666 721 405 0 591294 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 2377400 KiB
Current children cumulated memory: 466664 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24005
/proc/meminfo: memFree=23536352/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2377400 memory=466664 CPUtime=2202.2 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 647430 0 0 0 219667 553 0 0 20 0 1 0 248309560 2434457600 116666 33554432000 4194304 5849940 140724234312448 140724234311608 5335774 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 594350 116666 721 405 0 591294 0
Current children cumulated CPU time: 2202.2 s
Current children cumulated vsize: 2377400 KiB
Current children cumulated memory: 466664 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24006
/proc/meminfo: memFree=23648708/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2265228 memory=354492 CPUtime=2262.2 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 662234 0 0 0 225658 562 0 0 20 0 1 0 248309560 2319593472 88623 33554432000 4194304 5849940 140724234312448 140724234311608 140626958466951 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 566307 88623 721 405 0 563251 0
Current children cumulated CPU time: 2262.2 s
Current children cumulated vsize: 2265228 KiB
Current children cumulated memory: 354492 KiB

[startup+2322.3 s]
/proc/loadavg: 2.16 2.05 2.06 3/187 24007
/proc/meminfo: memFree=23648504/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2265228 memory=354492 CPUtime=2322.2 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 680540 0 0 0 231651 569 0 0 20 0 1 0 248309560 2319593472 88623 33554432000 4194304 5849940 140724234312448 140724234311448 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 566307 88623 721 405 0 563251 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 2265228 KiB
Current children cumulated memory: 354492 KiB

[startup+2382.3 s]
/proc/loadavg: 2.46 2.17 2.10 3/188 24016
/proc/meminfo: memFree=23648068/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2265228 memory=354492 CPUtime=2382.19 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 699669 0 0 0 237643 576 0 0 20 0 1 0 248309560 2319593472 88623 33554432000 4194304 5849940 140724234312448 140724234311448 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 566307 88623 721 405 0 563251 0
Current children cumulated CPU time: 2382.19 s
Current children cumulated vsize: 2265228 KiB
Current children cumulated memory: 354492 KiB

[startup+2442.3 s]
/proc/loadavg: 2.17 2.14 2.09 3/188 24017
/proc/meminfo: memFree=23648252/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2265228 memory=354492 CPUtime=2442.19 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 719040 0 0 0 243635 584 0 0 20 0 1 0 248309560 2319593472 88623 33554432000 4194304 5849940 140724234312448 140724234311448 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 566307 88623 721 405 0 563251 0
Current children cumulated CPU time: 2442.19 s
Current children cumulated vsize: 2265228 KiB
Current children cumulated memory: 354492 KiB

[startup+2502.3 s]
/proc/loadavg: 2.06 2.11 2.09 3/188 24018
/proc/meminfo: memFree=23656716/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2255316 memory=344580 CPUtime=2502.2 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 752427 0 0 0 249627 593 0 0 20 0 1 0 248309560 2309443584 86145 33554432000 4194304 5849940 140724234312448 140724234311448 5437946 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 563829 86145 721 405 0 560773 0
Current children cumulated CPU time: 2502.2 s
Current children cumulated vsize: 2255316 KiB
Current children cumulated memory: 344580 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.05 2.11 2.08 3/192 24039
/proc/meminfo: memFree=23654636/32770624 swapFree=67108172/67108860
[pid=23860] ppid=23857 vsize=2255316 memory=344580 CPUtime=2519.9 cores=0,2,4,6
/proc/23860/stat : 23860 (xcsp_picat) R 23857 23860 21905 0 -1 4202496 773272 0 0 0 251395 595 0 0 20 0 1 0 248309560 2309443584 86145 33554432000 4194304 5849940 140724234312448 140724234311608 5335774 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 38907904 140724234314934 140724234315012 140724234315012 140724234317770 0
/proc/23860/statm: 563829 86145 721 405 0 560773 0
Current children cumulated CPU time: 2519.9 s
Current children cumulated vsize: 2255316 KiB
Current children cumulated memory: 344580 KiB

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

[startup+2520.02 s]
# the end of solver process 23860 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.96 s, system=5.96178 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.92
CPU user time (s): 2513.96
CPU system time (s): 5.96178
CPU usage (%): 99.9961
Max. virtual memory (cumulated for all children) (KiB): 2377400
Max. memory (cumulated for all children) (KiB): 466664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.96
system time used= 5.96178
maximum resident set size= 466664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 773272
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= 10
involuntary context switches= 3158


# summary of solver processes directly reported to runsolver:
#   pid: 23860
#   total CPU time (s): 2519.92
#   total CPU user time (s): 2513.96
#   total CPU system time (s): 5.96178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5519 second user time and 18.0195 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-15 06:31:04
IDJOB=4309687
IDBENCH=141380
IDSOLVER=2794
FILE ID=node136/4309687-1534307464
RUNJOBID= node136-1534293639-21936
PBS_JOBID= 21038144
Free space on /tmp= 39024 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-6-6-8-cp_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309687-1534307464/watcher-4309687-1534307464 -o /tmp/evaluation-result-4309687-1534307464/solver-4309687-1534307464 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1534293639-21936 --watchdog 2580  xcsp_picat HOME/instance-4309687-1534307464.xml

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

MD5SUM BENCH= 8a9161d398725f1a5fa3c8de0eb5bbd3
RANDOM SEED=2136595582

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:        24508080 kB
MemAvailable:   31724036 kB
Buffers:          122672 kB
Cached:          7321996 kB
SwapCached:           16 kB
Active:          3946552 kB
Inactive:        3725392 kB
Active(anon):     178580 kB
Inactive(anon):   109092 kB
Active(file):    3767972 kB
Inactive(file):  3616300 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:              4048 kB
Writeback:             0 kB
AnonPages:        234208 kB
Mapped:            57128 kB
Shmem:             57768 kB
Slab:             288256 kB
SReclaimable:     260144 kB
SUnreclaim:        28112 kB
KernelStack:        3376 kB
PageTables:         6076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2533832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 39020 MiB
End job on node136 at 2018-08-15 07:13:04