Trace number 4309397

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-14? (TO) 2520.03 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 (6212 MiB free)
  memory of node 1: 16384 MiB (9017 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309397-1534306750/watcher-4309397-1534306750 -o /tmp/evaluation-result-4309397-1534306750/solver-4309397-1534306750 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534294082-5447 --watchdog 2580 xcsp_picat HOME/instance-4309397-1534306750.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
Current StackSize limit: 8192 KiB

solver pid=7245, runsolver pid=7242

[startup+0.100434 s]*
/proc/loadavg: 1.97 2.00 2.04 3/187 7246
/proc/meminfo: memFree=15573148/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2026016 memory=25996 CPUtime=0.09 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 1595 0 0 0 9 0 0 0 20 0 1 0 248238210 2074640384 6499 33554432000 4194304 5849940 140725194189760 140725194188872 140566078984071 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 506504 6499 679 405 0 503448 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2026016 KiB
Current children cumulated memory: 25996 KiB

[startup+0.209625 s]*
/proc/loadavg: 1.97 2.00 2.04 3/187 7246
/proc/meminfo: memFree=15573148/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2026148 memory=26256 CPUtime=0.2 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 1644 0 0 0 20 0 0 0 20 0 1 0 248238210 2074775552 6564 33554432000 4194304 5849940 140725194189760 140725194188872 140566078984071 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 506537 6564 691 405 0 503481 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2026148 KiB
Current children cumulated memory: 26256 KiB

[startup+0.308923 s]*
/proc/loadavg: 1.97 2.00 2.04 3/187 7246
/proc/meminfo: memFree=15566916/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2033756 memory=33860 CPUtime=0.3 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 3589 0 0 0 30 0 0 0 20 0 1 0 248238210 2082566144 8465 33554432000 4194304 5849940 140725194189760 140725194188872 5307514 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 508439 8465 695 405 0 505383 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033756 KiB
Current children cumulated memory: 33860 KiB

[startup+0.700433 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 7246
/proc/meminfo: memFree=15558316/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2040588 memory=40776 CPUtime=0.69 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 6169 0 0 0 68 1 0 0 20 0 1 0 248238210 2089562112 10194 33554432000 4194304 5849940 140725194189760 140725194188008 140566079382685 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 510147 10194 707 405 0 507091 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2040588 KiB
Current children cumulated memory: 40776 KiB

[startup+1.5004 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 7246
/proc/meminfo: memFree=15558228/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2048028 memory=48036 CPUtime=1.49 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 6968 0 0 0 148 1 0 0 20 0 1 0 248238210 2097180672 12009 33554432000 4194304 5849940 140725194189760 140725194188008 4221889 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 512007 12009 715 405 0 508951 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2048028 KiB
Current children cumulated memory: 48036 KiB

[startup+3.10959 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 7246
/proc/meminfo: memFree=15543084/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2057804 memory=56596 CPUtime=3.09 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 13726 0 0 0 308 1 0 0 20 0 1 0 248238210 2107191296 14149 33554432000 4194304 5849940 140725194189760 140725194187304 4212055 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 514451 14149 723 405 0 511395 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2057804 KiB
Current children cumulated memory: 56596 KiB

[startup+6.30032 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 7246
/proc/meminfo: memFree=15543112/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2057804 memory=56596 CPUtime=6.28 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 15969 0 0 0 627 1 0 0 20 0 1 0 248238210 2107191296 14149 33554432000 4194304 5849940 140725194189760 140725194187304 5406735 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 514451 14149 723 405 0 511395 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2057804 KiB
Current children cumulated memory: 56596 KiB

[startup+12.7003 s]
/proc/loadavg: 1.98 2.00 2.04 3/187 7246
/proc/meminfo: memFree=15542608/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2057804 memory=56596 CPUtime=12.69 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 18556 0 0 0 1267 2 0 0 20 0 1 0 248238210 2107191296 14149 33554432000 4194304 5849940 140725194189760 140725194187304 4211646 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 514451 14149 723 405 0 511395 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2057804 KiB
Current children cumulated memory: 56596 KiB

[startup+25.5004 s]
/proc/loadavg: 1.98 2.00 2.04 3/187 7246
/proc/meminfo: memFree=15544308/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2057804 memory=56596 CPUtime=25.49 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 23133 0 0 0 2547 2 0 0 20 0 1 0 248238210 2107191296 14149 33554432000 4194304 5849940 140725194189760 140725194187304 4211602 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 514451 14149 723 405 0 511395 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2057804 KiB
Current children cumulated memory: 56596 KiB

[startup+51.1096 s]
/proc/loadavg: 1.99 2.00 2.04 3/188 7254
/proc/meminfo: memFree=15535244/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2063164 memory=63404 CPUtime=51.1 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 37469 0 0 0 5083 27 0 0 20 0 1 0 248238210 2112679936 15851 33554432000 4194304 5849940 140725194189760 140725194188760 140566078984071 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 515791 15851 727 405 0 512735 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2063164 KiB
Current children cumulated memory: 63404 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/188 7255
/proc/meminfo: memFree=15531988/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2066992 memory=67352 CPUtime=102.29 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 59626 0 0 0 10162 67 0 0 20 0 1 0 248238210 2116599808 16838 33554432000 4194304 5849940 140725194189760 140725194188760 5437784 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 516748 16838 727 405 0 513692 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2066992 KiB
Current children cumulated memory: 67352 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 7256
/proc/meminfo: memFree=15518900/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2078120 memory=76820 CPUtime=162.29 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 81597 0 0 0 16125 104 0 0 20 0 1 0 248238210 2127994880 19205 33554432000 4194304 5849940 140725194189760 140725194188760 140566078984071 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 519530 19205 727 405 0 516474 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2078120 KiB
Current children cumulated memory: 76820 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 7257
/proc/meminfo: memFree=15508184/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2085168 memory=85332 CPUtime=222.31 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 107305 0 0 0 22087 144 0 0 20 0 1 0 248238210 2135212032 21333 33554432000 4194304 5849940 140725194189760 140725194188760 140566078984071 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 521292 21333 727 405 0 518236 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 2085168 KiB
Current children cumulated memory: 85332 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 7258
/proc/meminfo: memFree=15506540/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2085824 memory=85988 CPUtime=282.31 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 138187 0 0 0 28050 181 0 0 20 0 1 0 248238210 2135883776 21497 33554432000 4194304 5849940 140725194189760 140725194188760 140566078984071 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 521456 21497 727 405 0 518400 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2085824 KiB
Current children cumulated memory: 85988 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 7259
/proc/meminfo: memFree=15504492/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2088032 memory=88004 CPUtime=342.3 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 168210 0 0 0 34017 213 0 0 20 0 1 0 248238210 2138144768 22001 33554432000 4194304 5849940 140725194189760 140725194188760 140566078984071 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 522008 22001 727 405 0 518952 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2088032 KiB
Current children cumulated memory: 88004 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 7261
/proc/meminfo: memFree=15503332/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2088324 memory=88488 CPUtime=402.31 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 195902 0 0 0 39984 247 0 0 20 0 1 0 248238210 2138443776 22122 33554432000 4194304 5849940 140725194189760 140725194188760 5339579 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 522081 22122 727 405 0 519025 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 2088324 KiB
Current children cumulated memory: 88488 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 7262
/proc/meminfo: memFree=15491300/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2096412 memory=96356 CPUtime=462.32 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 218654 0 0 0 45953 279 0 0 20 0 1 0 248238210 2146725888 24089 33554432000 4194304 5849940 140725194189760 140725194188760 5437940 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 524103 24089 727 405 0 521047 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 2096412 KiB
Current children cumulated memory: 96356 KiB


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

/proc/7245/statm: 577313 78480 727 405 0 574257 0
Current children cumulated CPU time: 1782.37 s
Current children cumulated vsize: 2309252 KiB
Current children cumulated memory: 313920 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7302
/proc/meminfo: memFree=15198420/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2338324 memory=342864 CPUtime=1842.38 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 484531 0 0 0 183625 613 0 0 20 0 1 0 248238210 2394443776 85716 33554432000 4194304 5849940 140725194189760 140725194188760 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 584581 85716 727 405 0 581525 0
Current children cumulated CPU time: 1842.38 s
Current children cumulated vsize: 2338324 KiB
Current children cumulated memory: 342864 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7311
/proc/meminfo: memFree=15187852/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2408388 memory=413052 CPUtime=1902.38 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 511529 0 0 0 189616 622 0 0 20 0 1 0 248238210 2466189312 103263 33554432000 4194304 5849940 140725194189760 140725194188760 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 602097 103263 727 405 0 599041 0
Current children cumulated CPU time: 1902.38 s
Current children cumulated vsize: 2408388 KiB
Current children cumulated memory: 413052 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7312
/proc/meminfo: memFree=15179264/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2408388 memory=413052 CPUtime=1962.39 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 518113 0 0 0 195611 628 0 0 20 0 1 0 248238210 2466189312 103263 33554432000 4194304 5849940 140725194189760 140725194188920 5438404 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 602097 103263 727 405 0 599041 0
Current children cumulated CPU time: 1962.39 s
Current children cumulated vsize: 2408388 KiB
Current children cumulated memory: 413052 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7313
/proc/meminfo: memFree=15117004/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2473924 memory=478588 CPUtime=2022.39 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 557511 0 0 0 201602 637 0 0 20 0 1 0 248238210 2533298176 119647 33554432000 4194304 5849940 140725194189760 140725194188760 5437808 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 618481 119647 727 405 0 615425 0
Current children cumulated CPU time: 2022.39 s
Current children cumulated vsize: 2473924 KiB
Current children cumulated memory: 478588 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7314
/proc/meminfo: memFree=15289944/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2301420 memory=306216 CPUtime=2082.4 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 603270 0 0 0 207592 648 0 0 20 0 1 0 248238210 2356654080 76554 33554432000 4194304 5849940 140725194189760 140725194188760 5437828 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 575355 76554 727 405 0 572299 0
Current children cumulated CPU time: 2082.4 s
Current children cumulated vsize: 2301420 KiB
Current children cumulated memory: 306216 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7315
/proc/meminfo: memFree=15387596/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2203116 memory=207912 CPUtime=2142.4 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 633419 0 0 0 213580 660 0 0 20 0 1 0 248238210 2255990784 51978 33554432000 4194304 5849940 140725194189760 140725194188760 140566078984071 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 550779 51978 727 405 0 547723 0
Current children cumulated CPU time: 2142.4 s
Current children cumulated vsize: 2203116 KiB
Current children cumulated memory: 207912 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7317
/proc/meminfo: memFree=15348900/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2241320 memory=246116 CPUtime=2202.4 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 653685 0 0 0 219569 671 0 0 20 0 1 0 248238210 2295111680 61529 33554432000 4194304 5849940 140725194189760 140725194188760 5335774 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 560330 61529 727 405 0 557274 0
Current children cumulated CPU time: 2202.4 s
Current children cumulated vsize: 2241320 KiB
Current children cumulated memory: 246116 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7318
/proc/meminfo: memFree=15303012/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2284980 memory=289512 CPUtime=2262.41 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 661238 0 0 0 225560 681 0 0 20 0 1 0 248238210 2339819520 72378 33554432000 4194304 5849940 140725194189760 140725194188760 140566078984071 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 571245 72378 727 405 0 568189 0
Current children cumulated CPU time: 2262.41 s
Current children cumulated vsize: 2284980 KiB
Current children cumulated memory: 289512 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7319
/proc/meminfo: memFree=15301816/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2284980 memory=289776 CPUtime=2322.41 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 661789 0 0 0 231547 694 0 0 20 0 1 0 248238210 2339819520 72444 33554432000 4194304 5849940 140725194189760 140725194188760 5438449 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 571245 72444 727 405 0 568189 0
Current children cumulated CPU time: 2322.41 s
Current children cumulated vsize: 2284980 KiB
Current children cumulated memory: 289776 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7321
/proc/meminfo: memFree=15301608/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2284996 memory=289792 CPUtime=2382.41 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 681912 0 0 0 237537 704 0 0 20 0 1 0 248238210 2339835904 72448 33554432000 4194304 5849940 140725194189760 140725194188760 5335776 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 571249 72448 727 405 0 568193 0
Current children cumulated CPU time: 2382.41 s
Current children cumulated vsize: 2284996 KiB
Current children cumulated memory: 289792 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 7322
/proc/meminfo: memFree=15301936/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2284996 memory=289792 CPUtime=2442.42 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 711831 0 0 0 243529 713 0 0 20 0 1 0 248238210 2339835904 72448 33554432000 4194304 5849940 140725194189760 140725194188760 5437959 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 571249 72448 727 405 0 568193 0
Current children cumulated CPU time: 2442.42 s
Current children cumulated vsize: 2284996 KiB
Current children cumulated memory: 289792 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7392
/proc/meminfo: memFree=15288680/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2284996 memory=289792 CPUtime=2502.42 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 731813 0 0 0 249521 721 0 0 20 0 1 0 248238210 2339835904 72448 33554432000 4194304 5849940 140725194189760 140725194188760 5437768 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 571249 72448 727 405 0 568193 0
Current children cumulated CPU time: 2502.42 s
Current children cumulated vsize: 2284996 KiB
Current children cumulated memory: 289792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 7414
/proc/meminfo: memFree=15327672/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2284996 memory=289792 CPUtime=2520.01 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 736801 0 0 0 251279 722 0 0 20 0 1 0 248238210 2339835904 72448 33554432000 4194304 5849940 140725194189760 140725194188760 5335712 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 571249 72448 727 405 0 568193 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 2284996 KiB
Current children cumulated memory: 289792 KiB

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

[startup+2519.91 s]
# the end of solver process 7245 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.8 s, system=7.23445 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.01 2.05 3/188 7414
/proc/meminfo: memFree=15327672/32770624 swapFree=67108504/67108860
[pid=7245] ppid=7242 vsize=2284996 memory=289792 CPUtime=2520.01 cores=0,2,4,6
/proc/7245/stat : 7245 (xcsp_picat) R 7242 7245 5416 0 -1 4202496 736801 0 0 0 251279 722 0 0 20 0 1 0 248238210 2339835904 72448 33554432000 4194304 5849940 140725194189760 140725194188760 5335712 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 27738112 140725194196150 140725194196228 140725194196228 140725194198986 0
/proc/7245/statm: 571249 72448 727 405 0 568193 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 2284996 KiB
Current children cumulated memory: 289792 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.91
CPU time (s): 2520.03
CPU user time (s): 2512.8
CPU system time (s): 7.23445
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2473924
Max. memory (cumulated for all children) (KiB): 478588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.8
system time used= 7.23445
maximum resident set size= 478588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 736802
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= 31
involuntary context switches= 4285


# summary of solver processes directly reported to runsolver:
#   pid: 7245
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2512.8
#   total CPU system time (s): 7.23445

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.66537 second user time and 19.7564 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-15 06:19:10
IDJOB=4309397
IDBENCH=141366
IDSOLVER=2794
FILE ID=node104/4309397-1534306750
RUNJOBID= node104-1534294082-5447
PBS_JOBID= 21038148
Free space on /tmp= 40048 MiB

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

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

MD5SUM BENCH= 056eb1ebd10e8d59a6677e448014ff35
RANDOM SEED=189423647

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:        15596484 kB
MemAvailable:   31808524 kB
Buffers:          245284 kB
Cached:         16021004 kB
SwapCached:            8 kB
Active:          7853624 kB
Inactive:        8556256 kB
Active(anon):      94688 kB
Inactive(anon):   109336 kB
Active(file):    7758936 kB
Inactive(file):  8446920 kB
Unevictable:        7304 kB
Mlocked:            7304 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:              3128 kB
Writeback:             0 kB
AnonPages:        150516 kB
Mapped:            57224 kB
Shmem:             57828 kB
Slab:             463284 kB
SReclaimable:     434644 kB
SUnreclaim:        28640 kB
KernelStack:        3344 kB
PageTables:         5992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2472040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 40044 MiB
End job on node104 at 2018-08-15 07:01:10