Trace number 4303057

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-02? (TO) 2520.04 2519.91

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-16_c18.xml
MD5SUM056eb1ebd10e8d59a6677e448014ff35
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark202
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints121
Number of domains2
Minimum domain size256
Maximum domain size257
Distribution of domain sizes[{"size":256,"count":120},{"size":257,"count":16}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":15,"count":15},{"degree":16,"count":1}]
Minimum constraint arity3
Maximum constraint arity120
Distribution of constraint arities[{"arity":3,"count":120},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6695 MiB free)
  memory of node 1: 16384 MiB (9003 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303057-1534013859/watcher-4303057-1534013859 -o /tmp/evaluation-result-4303057-1534013859/solver-4303057-1534013859 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1533991815-32497 --watchdog 2580 xcsp_picat HOME/instance-4303057-1534013859.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=3549, runsolver pid=3546
Current StackSize limit: 8192 KiB


[startup+0.100735 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 3550
/proc/meminfo: memFree=16053464/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2026016 memory=26500 CPUtime=0.1 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 1209 0 0 0 10 0 0 0 20 0 1 0 218949096 2074640384 6625 33554432000 4194304 5849708 140728372806880 140728372806120 140553106796423 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 506504 6625 679 405 0 503449 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2026016 KiB
Current children cumulated memory: 26500 KiB

[startup+0.209551 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 3550
/proc/meminfo: memFree=16053464/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2026148 memory=26760 CPUtime=0.2 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 1258 0 0 0 20 0 0 0 20 0 1 0 218949096 2074775552 6690 33554432000 4194304 5849708 140728372806880 140728372806120 140553106796423 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 506537 6690 691 405 0 503482 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2026148 KiB
Current children cumulated memory: 26760 KiB

[startup+0.309061 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 3550
/proc/meminfo: memFree=16046112/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2033756 memory=34364 CPUtime=0.3 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 3203 0 0 0 30 0 0 0 20 0 1 0 218949096 2082566144 8591 33554432000 4194304 5849708 140728372806880 140728372806120 4488915 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 508439 8591 695 405 0 505384 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033756 KiB
Current children cumulated memory: 34364 KiB

[startup+0.700451 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 3550
/proc/meminfo: memFree=16039724/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2040588 memory=41280 CPUtime=0.69 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 5783 0 0 0 68 1 0 0 20 0 1 0 218949096 2089562112 10320 33554432000 4194304 5849708 140728372806880 140728372806120 5394943 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 510147 10320 707 405 0 507092 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2040588 KiB
Current children cumulated memory: 41280 KiB

[startup+1.50041 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 3550
/proc/meminfo: memFree=16038832/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2048028 memory=48540 CPUtime=1.49 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 6582 0 0 0 148 1 0 0 20 0 1 0 218949096 2097180672 12135 33554432000 4194304 5849708 140728372806880 140728372805752 5360832 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 512007 12135 715 405 0 508952 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2048028 KiB
Current children cumulated memory: 48540 KiB

[startup+3.10943 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3550
/proc/meminfo: memFree=16022456/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2057804 memory=57704 CPUtime=3.1 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 12666 0 0 0 309 1 0 0 20 0 1 0 218949096 2107191296 14426 33554432000 4194304 5849708 140728372806880 140728372804424 4230717 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 514451 14426 723 405 0 511396 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2057804 KiB
Current children cumulated memory: 57704 KiB

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3550
/proc/meminfo: memFree=16022432/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2057804 memory=57704 CPUtime=6.29 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 14920 0 0 0 628 1 0 0 20 0 1 0 218949096 2107191296 14426 33554432000 4194304 5849708 140728372806880 140728372804424 5319728 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 514451 14426 723 405 0 511396 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2057804 KiB
Current children cumulated memory: 57704 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3550
/proc/meminfo: memFree=16022308/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2057804 memory=57704 CPUtime=12.69 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 17493 0 0 0 1268 1 0 0 20 0 1 0 218949096 2107191296 14426 33554432000 4194304 5849708 140728372806880 140728372804424 4212046 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 514451 14426 723 405 0 511396 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2057804 KiB
Current children cumulated memory: 57704 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3551
/proc/meminfo: memFree=16022104/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2057804 memory=57704 CPUtime=25.49 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 22046 0 0 0 2547 2 0 0 20 0 1 0 218949096 2107191296 14426 33554432000 4194304 5849708 140728372806880 140728372804424 4230227 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 514451 14426 723 405 0 511396 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2057804 KiB
Current children cumulated memory: 57704 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3551
/proc/meminfo: memFree=15958580/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2063164 memory=63904 CPUtime=51.1 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 36278 0 0 0 5085 25 0 0 20 0 1 0 218949096 2112679936 15976 33554432000 4194304 5849708 140728372806880 140728372805880 140553106796423 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 515791 15976 727 405 0 512736 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2063164 KiB
Current children cumulated memory: 63904 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3552
/proc/meminfo: memFree=15926192/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2066992 memory=67852 CPUtime=102.29 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 58550 0 0 0 10164 65 0 0 20 0 1 0 218949096 2116599808 16963 33554432000 4194304 5849708 140728372806880 140728372805880 140553106796423 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 516748 16963 727 405 0 513693 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2066992 KiB
Current children cumulated memory: 67852 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3560
/proc/meminfo: memFree=15824240/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2078120 memory=78896 CPUtime=162.3 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 79621 0 0 0 16124 106 0 0 20 0 1 0 218949096 2127994880 19724 33554432000 4194304 5849708 140728372806880 140728372805880 5335584 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 519530 19724 727 405 0 516475 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2078120 KiB
Current children cumulated memory: 78896 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3583
/proc/meminfo: memFree=15746984/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2085168 memory=85944 CPUtime=222.3 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 102986 0 0 0 22087 143 0 0 20 0 1 0 218949096 2135212032 21486 33554432000 4194304 5849708 140728372806880 140728372805880 140553106796423 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 521292 21486 727 405 0 518237 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2085168 KiB
Current children cumulated memory: 85944 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3584
/proc/meminfo: memFree=15803344/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2086648 memory=87380 CPUtime=282.31 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 136084 0 0 0 28053 178 0 0 20 0 1 0 218949096 2136727552 21845 33554432000 4194304 5849708 140728372806880 140728372805880 140553106796423 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 521662 21845 727 405 0 518607 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2086648 KiB
Current children cumulated memory: 87380 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3585
/proc/meminfo: memFree=15817132/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2079840 memory=80616 CPUtime=342.31 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 165604 0 0 0 34020 211 0 0 20 0 1 0 218949096 2129756160 20154 33554432000 4194304 5849708 140728372806880 140728372805880 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 519960 20154 727 405 0 516905 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2079840 KiB
Current children cumulated memory: 80616 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3586
/proc/meminfo: memFree=15809132/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2088324 memory=89100 CPUtime=402.32 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 193245 0 0 0 39988 244 0 0 20 0 1 0 218949096 2138443776 22275 33554432000 4194304 5849708 140728372806880 140728372806040 140553106796423 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 522081 22275 727 405 0 519026 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 2088324 KiB
Current children cumulated memory: 89100 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3587
/proc/meminfo: memFree=15736220/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2096412 memory=96968 CPUtime=462.32 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 215244 0 0 0 45958 274 0 0 20 0 1 0 218949096 2146725888 24242 33554432000 4194304 5849708 140728372806880 140728372806040 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 524103 24242 727 405 0 521048 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 2096412 KiB
Current children cumulated memory: 96968 KiB


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

/proc/3549/statm: 577313 78993 727 405 0 574258 0
Current children cumulated CPU time: 1782.41 s
Current children cumulated vsize: 2309252 KiB
Current children cumulated memory: 315972 KiB

[startup+1842.3 s]
/proc/loadavg: 2.50 2.19 2.10 3/187 3749
/proc/meminfo: memFree=16037772/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2338324 memory=345044 CPUtime=1842.41 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 478769 0 0 0 183639 602 0 0 20 0 1 0 218949096 2394443776 86261 33554432000 4194304 5849708 140728372806880 140728372805880 5437714 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 584581 86261 727 405 0 581526 0
Current children cumulated CPU time: 1842.41 s
Current children cumulated vsize: 2338324 KiB
Current children cumulated memory: 345044 KiB

[startup+1902.3 s]
/proc/loadavg: 2.18 2.15 2.10 3/187 3750
/proc/meminfo: memFree=15856096/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2473924 memory=480588 CPUtime=1902.41 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 515975 0 0 0 189628 613 0 0 20 0 1 0 218949096 2533298176 120147 33554432000 4194304 5849708 140728372806880 140728372805880 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 618481 120147 727 405 0 615426 0
Current children cumulated CPU time: 1902.41 s
Current children cumulated vsize: 2473924 KiB
Current children cumulated memory: 480588 KiB

[startup+1962.3 s]
/proc/loadavg: 2.07 2.13 2.09 3/187 3758
/proc/meminfo: memFree=15837088/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2473924 memory=480640 CPUtime=1962.4 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 532388 0 0 0 195621 619 0 0 20 0 1 0 218949096 2533298176 120160 33554432000 4194304 5849708 140728372806880 140728372806040 5335528 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 618481 120160 727 405 0 615426 0
Current children cumulated CPU time: 1962.4 s
Current children cumulated vsize: 2473924 KiB
Current children cumulated memory: 480640 KiB

[startup+2022.3 s]
/proc/loadavg: 2.03 2.10 2.09 3/187 3759
/proc/meminfo: memFree=15815744/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2473924 memory=480640 CPUtime=2022.39 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 571557 0 0 0 201612 627 0 0 20 0 1 0 218949096 2533298176 120160 33554432000 4194304 5849708 140728372806880 140728372806040 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 618481 120160 727 405 0 615426 0
Current children cumulated CPU time: 2022.39 s
Current children cumulated vsize: 2473924 KiB
Current children cumulated memory: 480640 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/187 3760
/proc/meminfo: memFree=16087784/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2235884 memory=242732 CPUtime=2082.38 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 604718 0 0 0 207602 636 0 0 20 0 1 0 218949096 2289545216 60683 33554432000 4194304 5849708 140728372806880 140728372805880 5437714 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 558971 60683 727 405 0 555916 0
Current children cumulated CPU time: 2082.38 s
Current children cumulated vsize: 2235884 KiB
Current children cumulated memory: 242732 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/187 3760
/proc/meminfo: memFree=16056804/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2235884 memory=242648 CPUtime=2142.38 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 611821 0 0 0 213590 648 0 0 20 0 1 0 218949096 2289545216 60662 33554432000 4194304 5849708 140728372806880 140728372805880 140553106796423 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 558971 60662 727 405 0 555916 0
Current children cumulated CPU time: 2142.38 s
Current children cumulated vsize: 2235884 KiB
Current children cumulated memory: 242648 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/187 3761
/proc/meminfo: memFree=16014104/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2241320 memory=248168 CPUtime=2202.38 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 635960 0 0 0 219582 656 0 0 20 0 1 0 218949096 2295111680 62042 33554432000 4194304 5849708 140728372806880 140728372805880 5437841 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 560330 62042 727 405 0 557275 0
Current children cumulated CPU time: 2202.38 s
Current children cumulated vsize: 2241320 KiB
Current children cumulated memory: 248168 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/187 3762
/proc/meminfo: memFree=16035700/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2284980 memory=291576 CPUtime=2262.39 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 640743 0 0 0 225574 665 0 0 20 0 1 0 218949096 2339819520 72894 33554432000 4194304 5849708 140728372806880 140728372805880 140553106796423 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 571245 72894 727 405 0 568190 0
Current children cumulated CPU time: 2262.39 s
Current children cumulated vsize: 2284980 KiB
Current children cumulated memory: 291576 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/186 3763
/proc/meminfo: memFree=16013992/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2284980 memory=291564 CPUtime=2322.4 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 641823 0 0 0 231564 676 0 0 20 0 1 0 218949096 2339819520 72891 33554432000 4194304 5849708 140728372806880 140728372806040 140553106796423 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 571245 72891 727 405 0 568190 0
Current children cumulated CPU time: 2322.4 s
Current children cumulated vsize: 2284980 KiB
Current children cumulated memory: 291564 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 3765
/proc/meminfo: memFree=15947080/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2284996 memory=291844 CPUtime=2382.4 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 668533 0 0 0 237555 685 0 0 20 0 1 0 218949096 2339835904 72961 33554432000 4194304 5849708 140728372806880 140728372805880 5438273 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 571249 72961 727 405 0 568194 0
Current children cumulated CPU time: 2382.4 s
Current children cumulated vsize: 2284996 KiB
Current children cumulated memory: 291844 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 3766
/proc/meminfo: memFree=15943540/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2284996 memory=291844 CPUtime=2442.41 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 669205 0 0 0 243549 692 0 0 20 0 1 0 218949096 2339835904 72961 33554432000 4194304 5849708 140728372806880 140728372805880 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 571249 72961 727 405 0 568194 0
Current children cumulated CPU time: 2442.41 s
Current children cumulated vsize: 2284996 KiB
Current children cumulated memory: 291844 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 3767
/proc/meminfo: memFree=15943400/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2284996 memory=291844 CPUtime=2502.41 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 695540 0 0 0 249542 699 0 0 20 0 1 0 218949096 2339835904 72961 33554432000 4194304 5849708 140728372806880 140728372805880 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 571249 72961 727 405 0 568194 0
Current children cumulated CPU time: 2502.41 s
Current children cumulated vsize: 2284996 KiB
Current children cumulated memory: 291844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 3768
/proc/meminfo: memFree=15878160/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2350532 memory=357284 CPUtime=2520.02 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 696128 0 0 0 251300 702 0 0 20 0 1 0 218949096 2406944768 89321 33554432000 4194304 5849708 140728372806880 140728372806040 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 587633 89321 727 405 0 584578 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 2350532 KiB
Current children cumulated memory: 357284 KiB

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

[startup+2519.91 s]
# the end of solver process 3549 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.01 s, system=7.03138 s

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 3768
/proc/meminfo: memFree=15878160/32770624 swapFree=67108504/67108860
[pid=3549] ppid=3546 vsize=2350532 memory=357284 CPUtime=2520.02 cores=0,2,4,6
/proc/3549/stat : 3549 (xcsp_picat) R 3546 3549 32466 0 -1 4202496 696128 0 0 0 251300 702 0 0 20 0 1 0 218949096 2406944768 89321 33554432000 4194304 5849708 140728372806880 140728372806040 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 33423360 140728372810934 140728372811012 140728372811012 140728372813770 0
/proc/3549/statm: 587633 89321 727 405 0 584578 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 2350532 KiB
Current children cumulated memory: 357284 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.91
CPU time (s): 2520.04
CPU user time (s): 2513.01
CPU system time (s): 7.03138
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2473924
Max. memory (cumulated for all children) (KiB): 480640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.01
system time used= 7.03139
maximum resident set size= 480640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 696129
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= 12
involuntary context switches= 3727


# summary of solver processes directly reported to runsolver:
#   pid: 3549
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2513.01
#   total CPU system time (s): 7.03138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8188 second user time and 18.5245 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-11 20:57:39
IDJOB=4303057
IDBENCH=141366
IDSOLVER=2778
FILE ID=node104/4303057-1534013859
RUNJOBID= node104-1533991815-32497
PBS_JOBID= 21036946
Free space on /tmp= 37256 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-16_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303057-1534013859/watcher-4303057-1534013859 -o /tmp/evaluation-result-4303057-1534013859/solver-4303057-1534013859 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1533991815-32497 --watchdog 2580  xcsp_picat HOME/instance-4303057-1534013859.xml

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

MD5SUM BENCH= 056eb1ebd10e8d59a6677e448014ff35
RANDOM SEED=323980745

node104.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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16076492 kB
MemAvailable:   31509924 kB
Buffers:          147420 kB
Cached:         15320032 kB
SwapCached:            8 kB
Active:          8010476 kB
Inactive:        7907368 kB
Active(anon):     398324 kB
Inactive(anon):   103920 kB
Active(file):    7612152 kB
Inactive(file):  7803448 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:              3168 kB
Writeback:             0 kB
AnonPages:        457124 kB
Mapped:            53272 kB
Shmem:             49636 kB
Slab:             474440 kB
SReclaimable:     446292 kB
SUnreclaim:        28148 kB
KernelStack:        3328 kB
PageTables:         6044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2769004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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= 37252 MiB
End job on node104 at 2018-08-11 21:39:39