Trace number 4309398

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-14OPT44 656.308 656.265

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
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 benchmark11.569
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

656.23/656.26	c xcsp_picat version 2.4#7 (8/14/2018)
656.23/656.26	o 44
656.23/656.26	s OPTIMUM FOUND
656.23/656.26	v <instantiation>
656.23/656.26	v     <list> y[][] x[]  </list> 
656.23/656.26	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> 
656.23/656.26	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 (12823 MiB free)
  memory of node 1: 16384 MiB (13401 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309398-1534307220/watcher-4309398-1534307220 -o /tmp/evaluation-result-4309398-1534307220/solver-4309398-1534307220 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534293911-23505 --watchdog 2580 xcsp_picat HOME/instance-4309398-1534307220.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=24971, runsolver pid=24968
Current StackSize limit: 8192 KiB


[startup+0.100165 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24972
/proc/meminfo: memFree=26786524/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2027172 memory=15832 CPUtime=0.1 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 2154 0 0 0 9 1 0 0 20 0 1 0 248285185 2075824128 3958 33554432000 4194304 5849940 140736824377760 140736824377760 5365660 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 506793 3958 692 405 0 503737 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027172 KiB
Current children cumulated memory: 15832 KiB

[startup+0.209608 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24972
/proc/meminfo: memFree=26786524/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2027304 memory=15832 CPUtime=0.21 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 2234 0 0 0 20 1 0 0 20 0 1 0 248285185 2075959296 3958 33554432000 4194304 5849940 140736824377760 140736824377760 5370085 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 506826 3958 692 405 0 503770 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027304 KiB
Current children cumulated memory: 15832 KiB

[startup+0.308805 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24972
/proc/meminfo: memFree=26785780/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2028356 memory=16896 CPUtime=0.31 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 2510 0 0 0 30 1 0 0 20 0 1 0 248285185 2077036544 4224 33554432000 4194304 5849940 140736824377760 140736824376632 5359329 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 507089 4224 695 405 0 504033 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2028356 KiB
Current children cumulated memory: 16896 KiB

[startup+0.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24972
/proc/meminfo: memFree=26811872/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2034284 memory=22456 CPUtime=0.69 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 4079 0 0 0 68 1 0 0 20 0 1 0 248285185 2083106816 5614 33554432000 4194304 5849940 140736824377760 140736824376248 4209353 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 508571 5614 704 405 0 505515 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 22456 KiB

[startup+1.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24972
/proc/meminfo: memFree=26811872/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2034284 memory=22456 CPUtime=1.49 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 4079 0 0 0 148 1 0 0 20 0 1 0 248285185 2083106816 5614 33554432000 4194304 5849940 140736824377760 140736824376248 4212046 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 508571 5614 704 405 0 505515 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 22456 KiB

[startup+3.10904 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24972
/proc/meminfo: memFree=26811448/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2034284 memory=22672 CPUtime=3.1 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 4618 0 0 0 309 1 0 0 20 0 1 0 248285185 2083106816 5668 33554432000 4194304 5849940 140736824377760 140736824376008 4212035 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 508571 5668 704 405 0 505515 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 22672 KiB

[startup+6.30028 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24972
/proc/meminfo: memFree=26811736/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2034284 memory=22672 CPUtime=6.29 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 5196 0 0 0 628 1 0 0 20 0 1 0 248285185 2083106816 5668 33554432000 4194304 5849940 140736824377760 140736824376008 4211654 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 508571 5668 704 405 0 505515 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 22672 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24972
/proc/meminfo: memFree=26811736/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2034284 memory=22848 CPUtime=12.69 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 7580 0 0 0 1268 1 0 0 20 0 1 0 248285185 2083106816 5712 33554432000 4194304 5849940 140736824377760 140736824376008 4211773 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 508571 5712 704 405 0 505515 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 22848 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24972
/proc/meminfo: memFree=26833192/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2034284 memory=22848 CPUtime=25.49 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 9910 0 0 0 2548 1 0 0 20 0 1 0 248285185 2083106816 5712 33554432000 4194304 5849940 140736824377760 140736824376008 4211600 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 508571 5712 704 405 0 505515 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 22848 KiB

[startup+51.109 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24972
/proc/meminfo: memFree=26832908/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2034284 memory=22848 CPUtime=51.1 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 11082 0 0 0 5109 1 0 0 20 0 1 0 248285185 2083106816 5712 33554432000 4194304 5849940 140736824377760 140736824376008 4211602 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 508571 5712 704 405 0 505515 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2034284 KiB
Current children cumulated memory: 22848 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24974
/proc/meminfo: memFree=26810028/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2035168 memory=23556 CPUtime=102.3 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 24162 0 0 0 10202 28 0 0 20 0 1 0 248285185 2084012032 5889 33554432000 4194304 5849940 140736824377760 140736824376168 4211660 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 508792 5889 708 405 0 505736 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2035168 KiB
Current children cumulated memory: 23556 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24975
/proc/meminfo: memFree=26802696/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2032876 memory=21492 CPUtime=162.3 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 31082 0 0 0 16195 35 0 0 20 0 1 0 248285185 2081665024 5373 33554432000 4194304 5849940 140736824377760 140736824375496 4211654 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 508219 5373 719 405 0 505163 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2032876 KiB
Current children cumulated memory: 21492 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24983
/proc/meminfo: memFree=26788328/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2037688 memory=26312 CPUtime=222.3 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 34446 0 0 0 22195 35 0 0 20 0 1 0 248285185 2086592512 6578 33554432000 4194304 5849940 140736824377760 140736824375496 4212035 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509422 6578 719 405 0 506366 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2037688 KiB
Current children cumulated memory: 26312 KiB

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 24984
/proc/meminfo: memFree=26788136/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2037676 memory=26232 CPUtime=282.31 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 36781 0 0 0 28192 39 0 0 20 0 1 0 248285185 2086580224 6558 33554432000 4194304 5849940 140736824377760 140736824375496 4211602 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509419 6558 719 405 0 506363 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2037676 KiB
Current children cumulated memory: 26232 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 24985
/proc/meminfo: memFree=26788632/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2037544 memory=26084 CPUtime=342.31 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 39633 0 0 0 34184 47 0 0 20 0 1 0 248285185 2086445056 6521 33554432000 4194304 5849940 140736824377760 140736824375496 4211621 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509386 6521 719 405 0 506330 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2037544 KiB
Current children cumulated memory: 26084 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 24986
/proc/meminfo: memFree=26789004/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2037544 memory=26200 CPUtime=402.32 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 40359 0 0 0 40182 50 0 0 20 0 1 0 248285185 2086445056 6550 33554432000 4194304 5849940 140736824377760 140736824376760 140146579029895 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509386 6550 719 405 0 506330 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 2037544 KiB
Current children cumulated memory: 26200 KiB

[startup+462.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 24987
/proc/meminfo: memFree=26788136/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2037516 memory=26036 CPUtime=462.32 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 45300 0 0 0 46171 61 0 0 20 0 1 0 248285185 2086416384 6509 33554432000 4194304 5849940 140736824377760 140736824375496 4211688 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509379 6509 719 405 0 506323 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 2037516 KiB
Current children cumulated memory: 26036 KiB

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 24988
/proc/meminfo: memFree=26786524/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2039752 memory=28148 CPUtime=522.33 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 45860 0 0 0 52164 69 0 0 20 0 1 0 248285185 2088706048 7037 33554432000 4194304 5849940 140736824377760 140736824376248 4212046 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509938 7037 719 405 0 506882 0
Current children cumulated CPU time: 522.33 s
Current children cumulated vsize: 2039752 KiB
Current children cumulated memory: 28148 KiB

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 24989
/proc/meminfo: memFree=26788256/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2037516 memory=25928 CPUtime=582.32 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 48243 0 0 0 58155 77 0 0 20 0 1 0 248285185 2086416384 6482 33554432000 4194304 5849940 140736824377760 140736824375496 4211600 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509379 6482 719 405 0 506323 0
Current children cumulated CPU time: 582.32 s
Current children cumulated vsize: 2037516 KiB
Current children cumulated memory: 25928 KiB

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24990
/proc/meminfo: memFree=26780308/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2039740 memory=28396 CPUtime=642.33 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 49084 0 0 0 64139 94 0 0 20 0 1 0 248285185 2088693760 7099 33554432000 4194304 5849940 140736824377760 140736824376248 4211660 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509935 7099 719 405 0 506879 0
Current children cumulated CPU time: 642.33 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 28396 KiB

[startup+656.265 s]
# the end of solver process 24971 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=655.332 s, system=0.976063 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 24990
/proc/meminfo: memFree=26780308/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2039740 memory=28396 CPUtime=646.43 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 49493 0 0 0 64549 94 0 0 20 0 1 0 248285185 2088693760 7099 33554432000 4194304 5849940 140736824377760 140736824376248 4211660 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509935 7099 719 405 0 506879 0
Current children cumulated CPU time: 646.43 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 28396 KiB

[startup+652.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24990
/proc/meminfo: memFree=26780308/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2039740 memory=28396 CPUtime=652.83 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 49506 0 0 0 65189 94 0 0 20 0 1 0 248285185 2088693760 7099 33554432000 4194304 5849940 140736824377760 140736824376248 4211681 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509935 7099 719 405 0 506879 0
Current children cumulated CPU time: 652.83 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 28396 KiB

[startup+654.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24990
/proc/meminfo: memFree=26780308/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2039740 memory=28396 CPUtime=654.44 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 49962 0 0 0 65349 95 0 0 20 0 1 0 248285185 2088693760 7099 33554432000 4194304 5849940 140736824377760 140736824376248 140146579029895 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509935 7099 719 405 0 506879 0
Current children cumulated CPU time: 654.44 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 28396 KiB

[startup+655.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24990
/proc/meminfo: memFree=26780308/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2039740 memory=28396 CPUtime=655.24 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 50223 0 0 0 65428 96 0 0 20 0 1 0 248285185 2088693760 7099 33554432000 4194304 5849940 140736824377760 140736824376248 140146579029895 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509935 7099 719 405 0 506879 0
Current children cumulated CPU time: 655.24 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 28396 KiB

[startup+656 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 24990
/proc/meminfo: memFree=26780308/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2039740 memory=28396 CPUtime=656.05 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 50268 0 0 0 65508 97 0 0 20 0 1 0 248285185 2088693760 7099 33554432000 4194304 5849940 140736824377760 140736824376248 140146579029895 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509935 7099 719 405 0 506879 0
Current children cumulated CPU time: 656.05 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 28396 KiB

[startup+656.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24990
/proc/meminfo: memFree=26780308/32770624 swapFree=67108804/67108860
[pid=24971] ppid=24968 vsize=2039740 memory=28396 CPUtime=656.23 cores=1,3,5,7
/proc/24971/stat : 24971 (xcsp_picat) R 24968 24971 23473 0 -1 4202496 50822 0 0 0 65526 97 0 0 20 0 1 0 248285185 2088693760 7099 33554432000 4194304 5849940 140736824377760 140736824376248 140146579029895 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 16162816 140736824382646 140736824382724 140736824382724 140736824385482 0
/proc/24971/statm: 509935 7099 719 405 0 506879 0
Current children cumulated CPU time: 656.23 s
Current children cumulated vsize: 2039740 KiB
Current children cumulated memory: 28396 KiB

Child status: 0
Real time (s): 656.265
CPU time (s): 656.308
CPU user time (s): 655.332
CPU system time (s): 0.976063
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 2040376
Max. memory (cumulated for all children) (KiB): 28804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 655.332
system time used= 0.976063
maximum resident set size= 28804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50886
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= 2
involuntary context switches= 231


# summary of solver processes directly reported to runsolver:
#   pid: 24971
#   total CPU time (s): 656.308
#   total CPU user time (s): 655.332
#   total CPU system time (s): 0.976063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.03317 second user time and 4.53809 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-15 06:27:00
IDJOB=4309398
IDBENCH=141374
IDSOLVER=2794
FILE ID=node105/4309398-1534307220
RUNJOBID= node105-1534293911-23505
PBS_JOBID= 21038146
Free space on /tmp= 44284 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309398-1534307220/watcher-4309398-1534307220 -o /tmp/evaluation-result-4309398-1534307220/solver-4309398-1534307220 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534293911-23505 --watchdog 2580  xcsp_picat HOME/instance-4309398-1534307220.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=472597667

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26855016 kB
MemAvailable:   31668512 kB
Buffers:          210524 kB
Cached:          4845532 kB
SwapCached:           16 kB
Active:          2320748 kB
Inactive:        3018556 kB
Active(anon):     235220 kB
Inactive(anon):   108668 kB
Active(file):    2085528 kB
Inactive(file):  2909888 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:              3192 kB
Writeback:             0 kB
AnonPages:        268200 kB
Mapped:            56116 kB
Shmem:             57940 kB
Slab:             275540 kB
SReclaimable:     246540 kB
SUnreclaim:        29000 kB
KernelStack:        3360 kB
PageTables:         6340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2595288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44284 MiB
End job on node105 at 2018-08-15 06:37:57