Trace number 4303421

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-02UNSAT 2286.07 2286.06

General information on the benchmark

NamePseudoBoolean-dec/
Pb-chnl10-11_c18.xml
MD5SUM0cb6e3dc45605db1284c892a60e68314
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.24173
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of constraints42
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":220}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":220}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":22},{"arity":11,"count":20}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":42}]
Optimization problemNO
Type of objective

Solver Data

2286.01/2286.05	c xcsp_picat version 2.4#6 (8/1/2018)
2286.01/2286.05	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303421-1534006093/watcher-4303421-1534006093 -o /tmp/evaluation-result-4303421-1534006093/solver-4303421-1534006093 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1533993477-10116 --watchdog 2580 xcsp_picat HOME/instance-4303421-1534006093.xml 

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

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


[startup+0.100163 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 11397
/proc/meminfo: memFree=8160664/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2027120 memory=14624 CPUtime=0.1 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 1927 0 0 0 10 0 0 0 20 0 1 0 218172492 2075770880 3656 33554432000 4194304 5849708 140730496150944 140730496150944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 506780 3656 653 405 0 503725 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027120 KiB
Current children cumulated memory: 14624 KiB

[startup+0.209622 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 11397
/proc/meminfo: memFree=8158804/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2028624 memory=16104 CPUtime=0.2 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 2375 0 0 0 20 0 0 0 20 0 1 0 218172492 2077310976 4026 33554432000 4194304 5849708 140730496150944 140730496150944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 507156 4026 653 405 0 504101 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2028624 KiB
Current children cumulated memory: 16104 KiB

[startup+0.308936 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 11397
/proc/meminfo: memFree=8158764/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2027344 memory=14916 CPUtime=0.31 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 2508 0 0 0 30 1 0 0 20 0 1 0 218172492 2076000256 3729 33554432000 4194304 5849708 140730496150944 140730496150944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 506836 3729 653 405 0 503781 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2027344 KiB
Current children cumulated memory: 14916 KiB

[startup+0.700269 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11397
/proc/meminfo: memFree=8158652/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2029532 memory=17020 CPUtime=0.69 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 3633 0 0 0 67 2 0 0 20 0 1 0 218172492 2078240768 4255 33554432000 4194304 5849708 140730496150944 140730496150944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 507383 4255 653 405 0 504328 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2029532 KiB
Current children cumulated memory: 17020 KiB

[startup+1.50031 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11397
/proc/meminfo: memFree=8156644/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2032704 memory=19912 CPUtime=1.49 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 5892 0 0 0 146 3 0 0 20 0 1 0 218172492 2081488896 4978 33554432000 4194304 5849708 140730496150944 140730496150944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 508176 4978 653 405 0 505121 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2032704 KiB
Current children cumulated memory: 19912 KiB

[startup+3.10934 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11397
/proc/meminfo: memFree=8155900/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2031072 memory=18604 CPUtime=3.1 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 9639 0 0 0 305 5 0 0 20 0 1 0 218172492 2079817728 4651 33554432000 4194304 5849708 140730496150944 140730496150944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 507768 4651 653 405 0 504713 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031072 KiB
Current children cumulated memory: 18604 KiB

[startup+6.30028 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11397
/proc/meminfo: memFree=8134068/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2034480 memory=22052 CPUtime=6.29 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 14227 0 0 0 622 7 0 0 20 0 1 0 218172492 2083307520 5513 33554432000 4194304 5849708 140730496150944 140730496149944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 508620 5513 653 405 0 505565 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2034480 KiB
Current children cumulated memory: 22052 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11397
/proc/meminfo: memFree=8099308/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2037016 memory=24332 CPUtime=12.69 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 22473 0 0 0 1259 10 0 0 20 0 1 0 218172492 2085904384 6083 33554432000 4194304 5849708 140730496150944 140730496149944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 509254 6083 653 405 0 506199 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2037016 KiB
Current children cumulated memory: 24332 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11397
/proc/meminfo: memFree=8065512/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2046780 memory=33952 CPUtime=25.49 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 35538 0 0 0 2531 18 0 0 20 0 1 0 218172492 2095902720 8488 33554432000 4194304 5849708 140730496150944 140730496149816 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 511695 8488 653 405 0 508640 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2046780 KiB
Current children cumulated memory: 33952 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11397
/proc/meminfo: memFree=8020548/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2047200 memory=34692 CPUtime=51.1 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 52999 0 0 0 5080 30 0 0 20 0 1 0 218172492 2096332800 8673 33554432000 4194304 5849708 140730496150944 140730496150008 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 511800 8673 653 405 0 508745 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2047200 KiB
Current children cumulated memory: 34692 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11398
/proc/meminfo: memFree=8240816/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2056856 memory=44428 CPUtime=102.3 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 76147 0 0 0 10180 50 0 0 20 0 1 0 218172492 2106220544 11107 33554432000 4194304 5849708 140730496150944 140730496149944 5335545 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 514214 11107 653 405 0 511159 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2056856 KiB
Current children cumulated memory: 44428 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11406
/proc/meminfo: memFree=8057716/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2074840 memory=62412 CPUtime=162.29 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 89831 0 0 0 16165 64 0 0 20 0 1 0 218172492 2124636160 15603 33554432000 4194304 5849708 140730496150944 140730496149944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 518710 15603 653 405 0 515655 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2074840 KiB
Current children cumulated memory: 62412 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11407
/proc/meminfo: memFree=7852180/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2103448 memory=91020 CPUtime=222.29 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 101842 0 0 0 22156 73 0 0 20 0 1 0 218172492 2153930752 22755 33554432000 4194304 5849708 140730496150944 140730496149816 5392236 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 525862 22755 653 405 0 522807 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2103448 KiB
Current children cumulated memory: 91020 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11408
/proc/meminfo: memFree=8072756/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2077432 memory=64876 CPUtime=282.29 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 115285 0 0 0 28143 86 0 0 20 0 1 0 218172492 2127290368 16219 33554432000 4194304 5849708 140730496150944 140730496149944 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 519358 16219 653 405 0 516303 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2077432 KiB
Current children cumulated memory: 64876 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11409
/proc/meminfo: memFree=7962360/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2128920 memory=116364 CPUtime=342.3 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 128759 0 0 0 34132 98 0 0 20 0 1 0 218172492 2180014080 29091 33554432000 4194304 5849708 140730496150944 140730496149944 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 532230 29091 653 405 0 529175 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2128920 KiB
Current children cumulated memory: 116364 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11410
/proc/meminfo: memFree=7909928/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2128920 memory=116364 CPUtime=402.3 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 130774 0 0 0 40123 107 0 0 20 0 1 0 218172492 2180014080 29091 33554432000 4194304 5849708 140730496150944 140730496149944 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 532230 29091 653 405 0 529175 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2128920 KiB
Current children cumulated memory: 116364 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11412
/proc/meminfo: memFree=7775412/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2142088 memory=129532 CPUtime=462.3 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 146614 0 0 0 46114 116 0 0 20 0 1 0 218172492 2193498112 32383 33554432000 4194304 5849708 140730496150944 140730496149944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 535522 32383 653 405 0 532467 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2142088 KiB
Current children cumulated memory: 129532 KiB


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

Current children cumulated memory: 201144 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11535
/proc/meminfo: memFree=8110468/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2241832 memory=233912 CPUtime=1842.3 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 337905 0 0 0 183920 310 0 0 20 0 1 0 218172492 2295635968 58478 33554432000 4194304 5849708 140730496150944 140730496149944 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 560458 58478 653 405 0 557403 0
Current children cumulated CPU time: 1842.3 s
Current children cumulated vsize: 2241832 KiB
Current children cumulated memory: 233912 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11536
/proc/meminfo: memFree=8062100/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2241832 memory=233912 CPUtime=1902.3 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 345063 0 0 0 189913 317 0 0 20 0 1 0 218172492 2295635968 58478 33554432000 4194304 5849708 140730496150944 140730496149944 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 560458 58478 653 405 0 557403 0
Current children cumulated CPU time: 1902.3 s
Current children cumulated vsize: 2241832 KiB
Current children cumulated memory: 233912 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11545
/proc/meminfo: memFree=8110632/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2241832 memory=233884 CPUtime=1962.29 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 350224 0 0 0 195903 326 0 0 20 0 1 0 218172492 2295635968 58471 33554432000 4194304 5849708 140730496150944 140730496149944 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 560458 58471 653 405 0 557403 0
Current children cumulated CPU time: 1962.29 s
Current children cumulated vsize: 2241832 KiB
Current children cumulated memory: 233884 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11546
/proc/meminfo: memFree=8057452/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2241832 memory=233912 CPUtime=2022.3 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 358045 0 0 0 201897 333 0 0 20 0 1 0 218172492 2295635968 58478 33554432000 4194304 5849708 140730496150944 140730496149944 5313206 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 560458 58478 653 405 0 557403 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 2241832 KiB
Current children cumulated memory: 233912 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11547
/proc/meminfo: memFree=7974728/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2209064 memory=201144 CPUtime=2082.3 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 362599 0 0 0 207888 342 0 0 20 0 1 0 218172492 2262081536 50286 33554432000 4194304 5849708 140730496150944 140730496149944 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 552266 50286 653 405 0 549211 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 2209064 KiB
Current children cumulated memory: 201144 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11548
/proc/meminfo: memFree=8056828/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2241832 memory=233912 CPUtime=2142.3 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 373099 0 0 0 213879 351 0 0 20 0 1 0 218172492 2295635968 58478 33554432000 4194304 5849708 140730496150944 140730496149944 5438212 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 560458 58478 653 405 0 557403 0
Current children cumulated CPU time: 2142.3 s
Current children cumulated vsize: 2241832 KiB
Current children cumulated memory: 233912 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11549
/proc/meminfo: memFree=8023380/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2245600 memory=237680 CPUtime=2202.3 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 381519 0 0 0 219866 364 0 0 20 0 1 0 218172492 2299494400 59420 33554432000 4194304 5849708 140730496150944 140730496149944 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 561400 59420 653 405 0 558345 0
Current children cumulated CPU time: 2202.3 s
Current children cumulated vsize: 2245600 KiB
Current children cumulated memory: 237680 KiB

[startup+2262.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/187 11551
/proc/meminfo: memFree=7938728/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2278368 memory=270448 CPUtime=2262.3 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 400385 0 0 0 225857 373 0 0 20 0 1 0 218172492 2333048832 67612 33554432000 4194304 5849708 140730496150944 140730496149944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 569592 67612 653 405 0 566537 0
Current children cumulated CPU time: 2262.3 s
Current children cumulated vsize: 2278368 KiB
Current children cumulated memory: 270448 KiB

[startup+2286.06 s]
# the end of solver process 11396 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2282.28 s, system=3.78805 s

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

[startup+2265.6 s]
/proc/loadavg: 2.09 2.04 2.05 3/187 11551
/proc/meminfo: memFree=7938728/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2278368 memory=270448 CPUtime=2265.6 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 400548 0 0 0 226186 374 0 0 20 0 1 0 218172492 2333048832 67612 33554432000 4194304 5849708 140730496150944 140730496149944 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 569592 67612 653 405 0 566537 0
Current children cumulated CPU time: 2265.6 s
Current children cumulated vsize: 2278368 KiB
Current children cumulated memory: 270448 KiB

[startup+2278.4 s]
/proc/loadavg: 2.07 2.04 2.05 3/187 11551
/proc/meminfo: memFree=7971060/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2245600 memory=237680 CPUtime=2278.4 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 401359 0 0 0 227465 375 0 0 20 0 1 0 218172492 2299494400 59420 33554432000 4194304 5849708 140730496150944 140730496149944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 561400 59420 653 405 0 558345 0
Current children cumulated CPU time: 2278.4 s
Current children cumulated vsize: 2245600 KiB
Current children cumulated memory: 237680 KiB

[startup+2281.6 s]
/proc/loadavg: 2.07 2.04 2.05 3/187 11551
/proc/meminfo: memFree=8173388/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2083532 memory=75560 CPUtime=2281.6 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 403750 0 0 0 227783 377 0 0 20 0 1 0 218172492 2133536768 18890 33554432000 4194304 5849708 140730496150944 140730496149944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 520883 18890 653 405 0 517828 0
Current children cumulated CPU time: 2281.6 s
Current children cumulated vsize: 2083532 KiB
Current children cumulated memory: 75560 KiB

[startup+2283.2 s]
/proc/loadavg: 2.07 2.04 2.05 3/187 11551
/proc/meminfo: memFree=8166316/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2083532 memory=75396 CPUtime=2283.2 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 404265 0 0 0 227943 377 0 0 20 0 1 0 218172492 2133536768 18849 33554432000 4194304 5849708 140730496150944 140730496149944 5335528 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 520883 18849 653 405 0 517828 0
Current children cumulated CPU time: 2283.2 s
Current children cumulated vsize: 2083532 KiB
Current children cumulated memory: 75396 KiB

[startup+2284.8 s]
/proc/loadavg: 2.07 2.04 2.05 3/187 11551
/proc/meminfo: memFree=8173884/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2083532 memory=75396 CPUtime=2284.8 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 404780 0 0 0 228102 378 0 0 20 0 1 0 218172492 2133536768 18849 33554432000 4194304 5849708 140730496150944 140730496149944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 520883 18849 653 405 0 517828 0
Current children cumulated CPU time: 2284.8 s
Current children cumulated vsize: 2083532 KiB
Current children cumulated memory: 75396 KiB

[startup+2285.6 s]
/proc/loadavg: 2.07 2.04 2.05 3/187 11551
/proc/meminfo: memFree=8166316/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2083532 memory=75396 CPUtime=2285.6 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 404780 0 0 0 228182 378 0 0 20 0 1 0 218172492 2133536768 18849 33554432000 4194304 5849708 140730496150944 140730496149944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 520883 18849 653 405 0 517828 0
Current children cumulated CPU time: 2285.6 s
Current children cumulated vsize: 2083532 KiB
Current children cumulated memory: 75396 KiB

[startup+2286 s]*
/proc/loadavg: 2.07 2.04 2.05 3/187 11551
/proc/meminfo: memFree=8133984/32770624 swapFree=67108496/67108860
[pid=11396] ppid=11393 vsize=2083532 memory=75396 CPUtime=2286.01 cores=1,3,5,7
/proc/11396/stat : 11396 (xcsp_picat) R 11393 11396 10084 0 -1 4202496 404780 0 0 0 228223 378 0 0 20 0 1 0 218172492 2133536768 18849 33554432000 4194304 5849708 140730496150944 140730496149944 140434438131591 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 33267712 140730496152758 140730496152836 140730496152836 140730496155594 0
/proc/11396/statm: 520883 18849 653 405 0 517828 0
Current children cumulated CPU time: 2286.01 s
Current children cumulated vsize: 2083532 KiB
Current children cumulated memory: 75396 KiB

Child status: 0
Real time (s): 2286.06
CPU time (s): 2286.07
CPU user time (s): 2282.28
CPU system time (s): 3.78805
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 2278368
Max. memory (cumulated for all children) (KiB): 270448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2282.28
system time used= 3.78805
maximum resident set size= 270448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404864
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= 30
involuntary context switches= 1015


# summary of solver processes directly reported to runsolver:
#   pid: 11396
#   total CPU time (s): 2286.07
#   total CPU user time (s): 2282.28
#   total CPU system time (s): 3.78805

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.41385 second user time and 17.5232 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-11 18:48:13
IDJOB=4303421
IDBENCH=141236
IDSOLVER=2778
FILE ID=node149/4303421-1534006093
RUNJOBID= node149-1533993477-10116
PBS_JOBID= 21036951
Free space on /tmp= 38800 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-chnl10-11_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303421-1534006093/watcher-4303421-1534006093 -o /tmp/evaluation-result-4303421-1534006093/solver-4303421-1534006093 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1533993477-10116 --watchdog 2580  xcsp_picat HOME/instance-4303421-1534006093.xml

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

MD5SUM BENCH= 0cb6e3dc45605db1284c892a60e68314
RANDOM SEED=3018158

node149.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.60
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.60
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.60
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.60
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:         8172484 kB
MemAvailable:   31567060 kB
Buffers:          151712 kB
Cached:         23176228 kB
SwapCached:           28 kB
Active:          8677584 kB
Inactive:       15041572 kB
Active(anon):     338292 kB
Inactive(anon):   104936 kB
Active(file):    8339292 kB
Inactive(file): 14936636 kB
Unevictable:        7604 kB
Mlocked:            7604 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              3248 kB
Writeback:             0 kB
AnonPages:        465664 kB
Mapped:            55720 kB
Shmem:             49616 kB
Slab:             575328 kB
SReclaimable:     547108 kB
SUnreclaim:        28220 kB
KernelStack:        3360 kB
PageTables:         5944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2711080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 38800 MiB
End job on node149 at 2018-08-11 19:26:19