Trace number 4303467

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-02? (TO) 2519.83 2520.03

General information on the benchmark

NameBacp/Bacp-m2/
Bacp-m2-12b_c18.xml
MD5SUM121f2d819dbc4bca8c6410c9ab5baa2a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark2401.24
Satisfiable
(Un)Satisfiability was proved
Number of variables882
Number of constraints947
Number of domains4
Minimum domain size2
Maximum domain size12
Distribution of domain sizes[{"size":2,"count":792},{"size":7,"count":12},{"size":11,"count":12},{"size":12,"count":66}]
Minimum variable degree1
Maximum variable degree18
Distribution of variable degrees[{"degree":1,"count":12},{"degree":2,"count":12},{"degree":4,"count":792},{"degree":12,"count":11},{"degree":13,"count":20},{"degree":14,"count":15},{"degree":15,"count":9},{"degree":16,"count":6},{"degree":17,"count":1},{"degree":18,"count":4}]
Minimum constraint arity2
Maximum constraint arity67
Distribution of constraint arities[{"arity":2,"count":857},{"arity":12,"count":66},{"arity":67,"count":24}]
Number of extensional constraints792
Number of intensional constraints65
Distribution of constraint types[{"type":"extension","count":792},{"type":"intension","count":65},{"type":"sum","count":90}]
Optimization problemYES
Type of objectivemin MAXIMUM

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303467-1534035242/watcher-4303467-1534035242 -o /tmp/evaluation-result-4303467-1534035242/solver-4303467-1534035242 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534025075-19009 --watchdog 2580 xcsp_picat HOME/instance-4303467-1534035242.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=20024, runsolver pid=20021
Current StackSize limit: 8192 KiB


[startup+0.100148 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 20025
/proc/meminfo: memFree=20520840/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2026188 memory=21208 CPUtime=0.1 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 1874 0 0 0 10 0 0 0 20 0 1 0 221087111 2074816512 5302 33554432000 4194304 5849708 140722242939712 140722242939712 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 506547 5302 722 405 0 503492 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026188 KiB
Current children cumulated memory: 21208 KiB

[startup+0.209607 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 20025
/proc/meminfo: memFree=20519104/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2027868 memory=22676 CPUtime=0.21 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 2302 0 0 0 20 1 0 0 20 0 1 0 221087111 2076536832 5669 33554432000 4194304 5849708 140722242939712 140722242939712 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 506967 5669 724 405 0 503912 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027868 KiB
Current children cumulated memory: 22676 KiB

[startup+0.30922 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 20025
/proc/meminfo: memFree=20519104/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2027648 memory=22760 CPUtime=0.31 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 2485 0 0 0 30 1 0 0 20 0 1 0 221087111 2076311552 5690 33554432000 4194304 5849708 140722242939712 140722242939712 5395280 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 506912 5690 740 405 0 503857 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2027648 KiB
Current children cumulated memory: 22760 KiB

[startup+0.700245 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20025
/proc/meminfo: memFree=20518360/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2028588 memory=23604 CPUtime=0.69 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 3112 0 0 0 68 1 0 0 20 0 1 0 221087111 2077274112 5901 33554432000 4194304 5849708 140722242939712 140722242938360 4235056 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 507147 5901 748 405 0 504092 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2028588 KiB
Current children cumulated memory: 23604 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20025
/proc/meminfo: memFree=20517468/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2029216 memory=24128 CPUtime=1.49 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 3276 0 0 0 147 2 0 0 20 0 1 0 221087111 2077917184 6032 33554432000 4194304 5849708 140722242939712 140722242937256 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 507304 6032 756 405 0 504249 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2029216 KiB
Current children cumulated memory: 24128 KiB

[startup+3.10931 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20025
/proc/meminfo: memFree=20514224/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2032788 memory=27636 CPUtime=3.1 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 5197 0 0 0 305 5 0 0 20 0 1 0 221087111 2081574912 6909 33554432000 4194304 5849708 140722242939712 140722242937256 5375988 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 508197 6909 756 405 0 505142 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2032788 KiB
Current children cumulated memory: 27636 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20025
/proc/meminfo: memFree=20513312/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2032972 memory=27960 CPUtime=6.29 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 9867 0 0 0 621 8 0 0 20 0 1 0 221087111 2081763328 6990 33554432000 4194304 5849708 140722242939712 140722242938712 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 508243 6990 756 405 0 505188 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2032972 KiB
Current children cumulated memory: 27960 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20025
/proc/meminfo: memFree=20479192/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2038508 memory=33604 CPUtime=12.69 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 19181 0 0 0 1254 15 0 0 20 0 1 0 221087111 2087432192 8401 33554432000 4194304 5849708 140722242939712 140722242938584 5340808 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 509627 8401 756 405 0 506572 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2038508 KiB
Current children cumulated memory: 33604 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20025
/proc/meminfo: memFree=20505500/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2041764 memory=36860 CPUtime=25.49 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 34227 0 0 0 2525 24 0 0 20 0 1 0 221087111 2090766336 9215 33554432000 4194304 5849708 140722242939712 140722242938872 5312614 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 510441 9215 756 405 0 507386 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2041764 KiB
Current children cumulated memory: 36860 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 20025
/proc/meminfo: memFree=20494292/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2049320 memory=44476 CPUtime=51.09 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 57949 0 0 0 5064 45 0 0 20 0 1 0 221087111 2098503680 11119 33554432000 4194304 5849708 140722242939712 140722242938712 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 512330 11119 756 405 0 509275 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2049320 KiB
Current children cumulated memory: 44476 KiB

[startup+102.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 20027
/proc/meminfo: memFree=20484756/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2058852 memory=53948 CPUtime=102.28 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 100442 0 0 0 10146 82 0 0 20 0 1 0 221087111 2108264448 13487 33554432000 4194304 5849708 140722242939712 140722242938712 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 514713 13487 756 405 0 511658 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2058852 KiB
Current children cumulated memory: 53948 KiB

[startup+162.3 s]
/proc/loadavg: 1.97 2.01 2.04 3/187 20089
/proc/meminfo: memFree=20730104/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2074936 memory=70108 CPUtime=162.27 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 138429 0 0 0 16106 121 0 0 20 0 1 0 221087111 2124734464 17527 33554432000 4194304 5849708 140722242939712 140722242938712 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 518734 17527 756 405 0 515679 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2074936 KiB
Current children cumulated memory: 70108 KiB

[startup+222.3 s]
/proc/loadavg: 2.50 2.16 2.09 3/187 20090
/proc/meminfo: memFree=20676992/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2117412 memory=116128 CPUtime=222.27 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 179351 0 0 0 22067 160 0 0 20 0 1 0 221087111 2168229888 29032 33554432000 4194304 5849708 140722242939712 140722242938712 5395675 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 529353 29032 756 405 0 526298 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2117412 KiB
Current children cumulated memory: 116128 KiB

[startup+282.3 s]
/proc/loadavg: 2.13 2.12 2.08 3/187 20219
/proc/meminfo: memFree=20672980/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2122756 memory=121464 CPUtime=282.26 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 195766 0 0 0 28038 188 0 0 20 0 1 0 221087111 2173702144 30366 33554432000 4194304 5849708 140722242939712 140722242938872 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 530689 30366 756 405 0 527634 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2122756 KiB
Current children cumulated memory: 121464 KiB

[startup+342.3 s]
/proc/loadavg: 2.13 2.11 2.08 3/187 20220
/proc/meminfo: memFree=20659020/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2063224 memory=61896 CPUtime=342.26 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 223501 0 0 0 34014 212 0 0 20 0 1 0 221087111 2112741376 15474 33554432000 4194304 5849708 140722242939712 140722242938712 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 515806 15474 756 405 0 512751 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 2063224 KiB
Current children cumulated memory: 61896 KiB

[startup+402.3 s]
/proc/loadavg: 2.05 2.09 2.07 3/188 20229
/proc/meminfo: memFree=20620156/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2127896 memory=126588 CPUtime=402.25 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 242495 0 0 0 39982 243 0 0 20 0 1 0 221087111 2178965504 31647 33554432000 4194304 5849708 140722242939712 140722242938872 5395453 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 531974 31647 756 405 0 528919 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 2127896 KiB
Current children cumulated memory: 126588 KiB

[startup+462.3 s]
/proc/loadavg: 2.02 2.07 2.07 3/189 20252
/proc/meminfo: memFree=20608712/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2112708 memory=111424 CPUtime=462.25 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 261025 0 0 0 45960 265 0 0 20 0 1 0 221087111 2163412992 27856 33554432000 4194304 5849708 140722242939712 140722242938712 5335582 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 528177 27856 756 405 0 525122 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 2112708 KiB
Current children cumulated memory: 111424 KiB


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

/proc/20024/statm: 691055 190734 756 405 0 688000 0
Current children cumulated CPU time: 1722.15 s
Current children cumulated vsize: 2764220 KiB
Current children cumulated memory: 762936 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 20322
/proc/meminfo: memFree=20022640/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2531448 memory=530164 CPUtime=1782.14 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 790000 0 0 0 177618 596 0 0 20 0 1 0 221087111 2592202752 132541 33554432000 4194304 5849708 140722242939712 140722242937976 5317056 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 632862 132541 756 405 0 629807 0
Current children cumulated CPU time: 1782.14 s
Current children cumulated vsize: 2531448 KiB
Current children cumulated memory: 530164 KiB

[startup+1842.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/188 20323
/proc/meminfo: memFree=19764852/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2790276 memory=788992 CPUtime=1842.14 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 874926 0 0 0 183601 613 0 0 20 0 1 0 221087111 2857242624 197248 33554432000 4194304 5849708 140722242939712 140722242938712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 697569 197248 756 405 0 694514 0
Current children cumulated CPU time: 1842.14 s
Current children cumulated vsize: 2790276 KiB
Current children cumulated memory: 788992 KiB

[startup+1902.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/188 20325
/proc/meminfo: memFree=20240192/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2304964 memory=303808 CPUtime=1902.14 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 941934 0 0 0 189589 625 0 0 20 0 1 0 221087111 2360283136 75952 33554432000 4194304 5849708 140722242939712 140722242938712 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 576241 75952 756 405 0 573186 0
Current children cumulated CPU time: 1902.14 s
Current children cumulated vsize: 2304964 KiB
Current children cumulated memory: 303808 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 20326
/proc/meminfo: memFree=20225992/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2319608 memory=318452 CPUtime=1962.13 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 987633 0 0 0 195574 639 0 0 20 0 1 0 221087111 2375278592 79613 33554432000 4194304 5849708 140722242939712 140722242938712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 579902 79613 756 405 0 576847 0
Current children cumulated CPU time: 1962.13 s
Current children cumulated vsize: 2319608 KiB
Current children cumulated memory: 318452 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 20327
/proc/meminfo: memFree=20064208/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2400952 memory=399796 CPUtime=2022.13 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 1016754 0 0 0 201561 652 0 0 20 0 1 0 221087111 2458574848 99949 33554432000 4194304 5849708 140722242939712 140722242938712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 600238 99949 756 405 0 597183 0
Current children cumulated CPU time: 2022.13 s
Current children cumulated vsize: 2400952 KiB
Current children cumulated memory: 399796 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 20329
/proc/meminfo: memFree=19961072/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2423608 memory=422452 CPUtime=2082.12 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 1027592 0 0 0 207550 662 0 0 20 0 1 0 221087111 2481774592 105613 33554432000 4194304 5849708 140722242939712 140722242938712 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 605902 105613 756 405 0 602847 0
Current children cumulated CPU time: 2082.12 s
Current children cumulated vsize: 2423608 KiB
Current children cumulated memory: 422452 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20330
/proc/meminfo: memFree=19899236/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2514396 memory=513112 CPUtime=2142.12 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 1070169 0 0 0 213529 683 0 0 20 0 1 0 221087111 2574741504 128278 33554432000 4194304 5849708 140722242939712 140722242938584 5307626 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 628599 128278 756 405 0 625544 0
Current children cumulated CPU time: 2142.12 s
Current children cumulated vsize: 2514396 KiB
Current children cumulated memory: 513112 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20336
/proc/meminfo: memFree=19866716/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2524660 memory=515740 CPUtime=2202.11 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 1095944 0 0 0 219520 691 0 0 20 0 1 0 221087111 2585251840 128935 33554432000 4194304 5849708 140722242939712 140722242938712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 631165 128935 756 405 0 628110 0
Current children cumulated CPU time: 2202.11 s
Current children cumulated vsize: 2524660 KiB
Current children cumulated memory: 515740 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20337
/proc/meminfo: memFree=19866220/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2590196 memory=581276 CPUtime=2262.11 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 1118758 0 0 0 225509 702 0 0 20 0 1 0 221087111 2652360704 145319 33554432000 4194304 5849708 140722242939712 140722242938712 139726630694791 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 647549 145319 756 405 0 644494 0
Current children cumulated CPU time: 2262.11 s
Current children cumulated vsize: 2590196 KiB
Current children cumulated memory: 581276 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 20338
/proc/meminfo: memFree=19916244/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2590196 memory=581276 CPUtime=2322.1 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 1161572 0 0 0 231500 710 0 0 20 0 1 0 221087111 2652360704 145319 33554432000 4194304 5849708 140722242939712 140722242938872 5438227 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 647549 145319 756 405 0 644494 0
Current children cumulated CPU time: 2322.1 s
Current children cumulated vsize: 2590196 KiB
Current children cumulated memory: 581276 KiB

[startup+2382.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/188 20339
/proc/meminfo: memFree=19875520/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2668868 memory=659948 CPUtime=2382.1 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 1192258 0 0 0 237489 721 0 0 20 0 1 0 221087111 2732920832 164987 33554432000 4194304 5849708 140722242939712 140722242938712 5437645 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 667217 164987 756 405 0 664162 0
Current children cumulated CPU time: 2382.1 s
Current children cumulated vsize: 2668868 KiB
Current children cumulated memory: 659948 KiB

[startup+2442.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 20340
/proc/meminfo: memFree=19875776/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2668868 memory=659948 CPUtime=2442.1 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 1223255 0 0 0 243481 729 0 0 20 0 1 0 221087111 2732920832 164987 33554432000 4194304 5849708 140722242939712 140722242938872 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 667217 164987 756 405 0 664162 0
Current children cumulated CPU time: 2442.1 s
Current children cumulated vsize: 2668868 KiB
Current children cumulated memory: 659948 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 20341
/proc/meminfo: memFree=19874916/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2668868 memory=659948 CPUtime=2502.09 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 1224355 0 0 0 249474 735 0 0 20 0 1 0 221087111 2732920832 164987 33554432000 4194304 5849708 140722242939712 140722242938872 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 667217 164987 756 405 0 664162 0
Current children cumulated CPU time: 2502.09 s
Current children cumulated vsize: 2668868 KiB
Current children cumulated memory: 659948 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 20341
/proc/meminfo: memFree=19874916/32770624 swapFree=67108688/67108860
[pid=20024] ppid=20021 vsize=2668868 memory=659948 CPUtime=2519.8 cores=0,2,4,6
/proc/20024/stat : 20024 (xcsp_picat) R 20021 20024 18978 0 -1 4202496 1245056 0 0 0 251243 737 0 0 20 0 1 0 221087111 2732920832 164987 33554432000 4194304 5849708 140722242939712 140722242938712 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 42422272 140722242942134 140722242942212 140722242942212 140722242944970 0
/proc/20024/statm: 667217 164987 756 405 0 664162 0
Current children cumulated CPU time: 2519.8 s
Current children cumulated vsize: 2668868 KiB
Current children cumulated memory: 659948 KiB

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

[startup+2520.03 s]
# the end of solver process 20024 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.43 s, system=7.39443 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.03
CPU time (s): 2519.83
CPU user time (s): 2512.43
CPU system time (s): 7.39443
CPU usage (%): 99.992
Max. virtual memory (cumulated for all children) (KiB): 2790276
Max. memory (cumulated for all children) (KiB): 788992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.43
system time used= 7.39443
maximum resident set size= 788992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1245056
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= 8
involuntary context switches= 658


# summary of solver processes directly reported to runsolver:
#   pid: 20024
#   total CPU time (s): 2519.83
#   total CPU user time (s): 2512.43
#   total CPU system time (s): 7.39443

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2543 second user time and 17.933 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 02:54:02
IDJOB=4303467
IDBENCH=141670
IDSOLVER=2778
FILE ID=node106/4303467-1534035242
RUNJOBID= node106-1534025075-19009
PBS_JOBID= 21036957
Free space on /tmp= 39656 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/Bacp/Bacp-m2/Bacp-m2-12b_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303467-1534035242/watcher-4303467-1534035242 -o /tmp/evaluation-result-4303467-1534035242/solver-4303467-1534035242 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534025075-19009 --watchdog 2580  xcsp_picat HOME/instance-4303467-1534035242.xml

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

MD5SUM BENCH= 121f2d819dbc4bca8c6410c9ab5baa2a
RANDOM SEED=804497478

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        20539312 kB
MemAvailable:   31622156 kB
Buffers:           88224 kB
Cached:         11142768 kB
SwapCached:            0 kB
Active:          5763992 kB
Inactive:        5805764 kB
Active(anon):     285112 kB
Inactive(anon):   105632 kB
Active(file):    5478880 kB
Inactive(file):  5700132 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              2940 kB
Writeback:             0 kB
AnonPages:        344988 kB
Mapped:            53588 kB
Shmem:             49632 kB
Slab:             359744 kB
SReclaimable:     332292 kB
SUnreclaim:        27452 kB
KernelStack:        3344 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2583696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39656 MiB
End job on node106 at 2018-08-12 03:36:03