Trace number 4303050

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-02OPT44 655.093 655.118

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark1.8136
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

654.98/655.10	c xcsp_picat version 2.4#6 (8/1/2018)
654.98/655.10	o 44
654.98/655.10	s OPTIMUM FOUND
654.98/655.10	v <instantiation>
654.98/655.10	v     <list> y[][] x[]  </list> 
654.98/655.10	v     <values> 1 3 9 17 19 32 39 43 44 1 1 6 14 16 29 36 40 41 1 1 1 8 10 23 30 34 35 1 1 1 1 2 15 22 26 27 1 1 1 1 1 13 20 24 25 1 1 1 1 1 1 7 11 12 1 1 1 1 1 1 1 4 5 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  0 3 9 17 19 32 39 43 44   </values> 
654.98/655.10	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303050-1534015252/watcher-4303050-1534015252 -o /tmp/evaluation-result-4303050-1534015252/solver-4303050-1534015252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1533990783-10864 --watchdog 2580 xcsp_picat HOME/instance-4303050-1534015252.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=13588, runsolver pid=13585
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 2.00 1.99 2.03 3/187 13589
/proc/meminfo: memFree=6631852/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2027332 memory=17884 CPUtime=0.1 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 1652 0 0 0 10 0 0 0 20 0 1 0 219088389 2075987968 4471 33554432000 4194304 5849708 140723805838640 140723805838640 5366036 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 506833 4471 692 405 0 503778 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027332 KiB
Current children cumulated memory: 17884 KiB

[startup+0.209864 s]*
/proc/loadavg: 2.00 1.99 2.03 3/187 13589
/proc/meminfo: memFree=6631852/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2027304 memory=17884 CPUtime=0.21 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 1724 0 0 0 21 0 0 0 20 0 1 0 219088389 2075959296 4471 33554432000 4194304 5849708 140723805838640 140723805837112 5373277 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 506826 4471 692 405 0 503771 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027304 KiB
Current children cumulated memory: 17884 KiB

[startup+0.309187 s]*
/proc/loadavg: 2.00 1.99 2.03 4/187 13589
/proc/meminfo: memFree=6630736/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2028356 memory=18948 CPUtime=0.31 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 2000 0 0 0 31 0 0 0 20 0 1 0 219088389 2077036544 4737 33554432000 4194304 5849708 140723805838640 140723805837112 5361393 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 507089 4737 695 405 0 504034 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2028356 KiB
Current children cumulated memory: 18948 KiB

[startup+0.700287 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 13589
/proc/meminfo: memFree=6625032/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2034284 memory=24508 CPUtime=0.69 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 3569 0 0 0 69 0 0 0 20 0 1 0 219088389 2083106816 6127 33554432000 4194304 5849708 140723805838640 140723805837112 4211597 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 508571 6127 704 405 0 505516 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 24508 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 13589
/proc/meminfo: memFree=6624928/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2034284 memory=24508 CPUtime=1.49 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 3569 0 0 0 149 0 0 0 20 0 1 0 219088389 2083106816 6127 33554432000 4194304 5849708 140723805838640 140723805836888 4211581 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 508571 6127 704 405 0 505516 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 24508 KiB

[startup+3.10932 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 13589
/proc/meminfo: memFree=6624496/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2034284 memory=24724 CPUtime=3.1 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 4627 0 0 0 310 0 0 0 20 0 1 0 219088389 2083106816 6181 33554432000 4194304 5849708 140723805838640 140723805836888 4211671 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 508571 6181 704 405 0 505516 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 24724 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 13589
/proc/meminfo: memFree=6624580/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2034284 memory=24724 CPUtime=6.29 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 5737 0 0 0 629 0 0 0 20 0 1 0 219088389 2083106816 6181 33554432000 4194304 5849708 140723805838640 140723805836888 4211654 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 508571 6181 704 405 0 505516 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 24724 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 13589
/proc/meminfo: memFree=6622780/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2034284 memory=24900 CPUtime=12.69 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 7052 0 0 0 1269 0 0 0 20 0 1 0 219088389 2083106816 6225 33554432000 4194304 5849708 140723805838640 140723805836888 4230809 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 508571 6225 704 405 0 505516 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 24900 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 13589
/proc/meminfo: memFree=6621264/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2034284 memory=24900 CPUtime=25.49 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 9382 0 0 0 2549 0 0 0 20 0 1 0 219088389 2083106816 6225 33554432000 4194304 5849708 140723805838640 140723805836888 4211581 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 508571 6225 704 405 0 505516 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 24900 KiB

[startup+51.1092 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 13589
/proc/meminfo: memFree=6619728/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2034284 memory=24900 CPUtime=51.09 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 10555 0 0 0 5109 0 0 0 20 0 1 0 219088389 2083106816 6225 33554432000 4194304 5849708 140723805838640 140723805836888 4211621 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 508571 6225 704 405 0 505516 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 24900 KiB

[startup+102.3 s]
/proc/loadavg: 2.04 2.00 2.03 3/187 13590
/proc/meminfo: memFree=6619048/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2035168 memory=25856 CPUtime=102.29 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 24444 0 0 0 10201 28 0 0 20 0 1 0 219088389 2084012032 6464 33554432000 4194304 5849708 140723805838640 140723805837048 4211602 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 508792 6464 708 405 0 505737 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2035168 KiB
Current children cumulated memory: 25856 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.00 2.03 3/187 13591
/proc/meminfo: memFree=6621456/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2032876 memory=23584 CPUtime=162.29 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 30843 0 0 0 16194 35 0 0 20 0 1 0 219088389 2081665024 5896 33554432000 4194304 5849708 140723805838640 140723805836376 4211671 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 508219 5896 719 405 0 505164 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2032876 KiB
Current children cumulated memory: 23584 KiB

[startup+222.3 s]
/proc/loadavg: 2.13 2.03 2.05 3/187 13958
/proc/meminfo: memFree=6546368/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2037688 memory=32296 CPUtime=222.28 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 32828 0 0 0 22192 36 0 0 20 0 1 0 219088389 2086592512 8074 33554432000 4194304 5849708 140723805838640 140723805836376 4211581 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509422 8074 719 405 0 506367 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2037688 KiB
Current children cumulated memory: 32296 KiB

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 13960
/proc/meminfo: memFree=6532328/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2037676 memory=34128 CPUtime=282.28 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 35007 0 0 0 28189 39 0 0 20 0 1 0 219088389 2086580224 8532 33554432000 4194304 5849708 140723805838640 140723805836376 4211654 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509419 8532 719 405 0 506364 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2037676 KiB
Current children cumulated memory: 34128 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 13961
/proc/meminfo: memFree=6519308/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2037544 memory=33996 CPUtime=342.28 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 38918 0 0 0 34180 48 0 0 20 0 1 0 219088389 2086445056 8499 33554432000 4194304 5849708 140723805838640 140723805836376 4208926 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509386 8499 719 405 0 506331 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2037544 KiB
Current children cumulated memory: 33996 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 13962
/proc/meminfo: memFree=6526844/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2037544 memory=33996 CPUtime=402.28 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 39729 0 0 0 40175 53 0 0 20 0 1 0 219088389 2086445056 8499 33554432000 4194304 5849708 140723805838640 140723805837640 140625965993863 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509386 8499 719 405 0 506331 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2037544 KiB
Current children cumulated memory: 33996 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13964
/proc/meminfo: memFree=6521628/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2037516 memory=33800 CPUtime=462.27 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 43231 0 0 0 46162 65 0 0 20 0 1 0 219088389 2086416384 8450 33554432000 4194304 5849708 140723805838640 140723805836376 4211602 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509379 8450 719 405 0 506324 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2037516 KiB
Current children cumulated memory: 33800 KiB

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13965
/proc/meminfo: memFree=6519012/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2039752 memory=36204 CPUtime=522.27 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 44089 0 0 0 52157 70 0 0 20 0 1 0 219088389 2088706048 9051 33554432000 4194304 5849708 140723805838640 140723805837128 4212035 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509938 9051 719 405 0 506883 0
Current children cumulated CPU time: 522.27 s
Current children cumulated vsize: 2039752 KiB
Current children cumulated memory: 36204 KiB

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13973
/proc/meminfo: memFree=6522680/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2037516 memory=33828 CPUtime=582.27 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 46622 0 0 0 58149 78 0 0 20 0 1 0 219088389 2086416384 8457 33554432000 4194304 5849708 140723805838640 140723805836376 4211654 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509379 8457 719 405 0 506324 0
Current children cumulated CPU time: 582.27 s
Current children cumulated vsize: 2037516 KiB
Current children cumulated memory: 33828 KiB

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13974
/proc/meminfo: memFree=6507416/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2039740 memory=36192 CPUtime=642.27 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 47482 0 0 0 64134 93 0 0 20 0 1 0 219088389 2088693760 9048 33554432000 4194304 5849708 140723805838640 140723805837128 4211581 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509935 9048 719 405 0 506880 0
Current children cumulated CPU time: 642.27 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 36192 KiB

[startup+655.118 s]
# the end of solver process 13588 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=654.126 s, system=0.966985 s

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

[startup+646.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13974
/proc/meminfo: memFree=6506292/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2039740 memory=36192 CPUtime=646.37 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 47520 0 0 0 64544 93 0 0 20 0 1 0 219088389 2088693760 9048 33554432000 4194304 5849708 140723805838640 140723805837128 4211607 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509935 9048 719 405 0 506880 0
Current children cumulated CPU time: 646.37 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 36192 KiB

[startup+649.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13974
/proc/meminfo: memFree=6519568/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2039740 memory=36192 CPUtime=649.57 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 47520 0 0 0 64864 93 0 0 20 0 1 0 219088389 2088693760 9048 33554432000 4194304 5849708 140723805838640 140723805837128 4211671 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509935 9048 719 405 0 506880 0
Current children cumulated CPU time: 649.57 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 36192 KiB

[startup+652.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13974
/proc/meminfo: memFree=6517708/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2039740 memory=36192 CPUtime=652.77 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 47520 0 0 0 65184 93 0 0 20 0 1 0 219088389 2088693760 9048 33554432000 4194304 5849708 140723805838640 140723805837128 4212035 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509935 9048 719 405 0 506880 0
Current children cumulated CPU time: 652.77 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 36192 KiB

[startup+654.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13974
/proc/meminfo: memFree=6515104/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2039740 memory=36192 CPUtime=654.37 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 48171 0 0 0 65342 95 0 0 20 0 1 0 219088389 2088693760 9048 33554432000 4194304 5849708 140723805838640 140723805837640 140625965993863 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509935 9048 719 405 0 506880 0
Current children cumulated CPU time: 654.37 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 36192 KiB

[startup+654.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 13974
/proc/meminfo: memFree=6515104/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2039740 memory=36192 CPUtime=654.77 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 48171 0 0 0 65382 95 0 0 20 0 1 0 219088389 2088693760 9048 33554432000 4194304 5849708 140723805838640 140723805837640 5413072 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509935 9048 719 405 0 506880 0
Current children cumulated CPU time: 654.77 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 36192 KiB

[startup+655 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 13974
/proc/meminfo: memFree=6514360/32770624 swapFree=67108404/67108860
[pid=13588] ppid=13585 vsize=2039740 memory=36192 CPUtime=654.98 cores=0,2,4,6
/proc/13588/stat : 13588 (xcsp_picat) R 13585 13588 10833 0 -1 4202496 48718 0 0 0 65402 96 0 0 20 0 1 0 219088389 2088693760 9048 33554432000 4194304 5849708 140723805838640 140723805837640 5437732 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 41107456 140723805844662 140723805844740 140723805844740 140723805847498 0
/proc/13588/statm: 509935 9048 719 405 0 506880 0
Current children cumulated CPU time: 654.98 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 36192 KiB

Child status: 0
Real time (s): 655.118
CPU time (s): 655.093
CPU user time (s): 654.126
CPU system time (s): 0.966985
CPU usage (%): 99.9962
Max. virtual memory (cumulated for all children) (KiB): 2040376
Max. memory (cumulated for all children) (KiB): 36204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 654.126
system time used= 0.966985
maximum resident set size= 36204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48755
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= 4
involuntary context switches= 1586


# summary of solver processes directly reported to runsolver:
#   pid: 13588
#   total CPU time (s): 655.093
#   total CPU user time (s): 654.126
#   total CPU system time (s): 0.966985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.32851 second user time and 4.39858 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-11 21:20:52
IDJOB=4303050
IDBENCH=141376
IDSOLVER=2778
FILE ID=node148/4303050-1534015252
RUNJOBID= node148-1533990783-10864
PBS_JOBID= 21036942
Free space on /tmp= 33724 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303050-1534015252/watcher-4303050-1534015252 -o /tmp/evaluation-result-4303050-1534015252/solver-4303050-1534015252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1533990783-10864 --watchdog 2580  xcsp_picat HOME/instance-4303050-1534015252.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=2066360599

node148.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:         6647560 kB
MemAvailable:   31884532 kB
Buffers:          230640 kB
Cached:         24854976 kB
SwapCached:          352 kB
Active:          9602900 kB
Inactive:       15557936 kB
Active(anon):      25552 kB
Inactive(anon):   102132 kB
Active(file):    9577348 kB
Inactive(file): 15455804 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              3148 kB
Writeback:             0 kB
AnonPages:         81700 kB
Mapped:            55436 kB
Shmem:             49592 kB
Slab:             659976 kB
SReclaimable:     632280 kB
SUnreclaim:        27696 kB
KernelStack:        3312 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2403024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 33720 MiB
End job on node148 at 2018-08-11 21:31:48