Trace number 4309452

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) 2519.95 2520.02

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko42_c18.xml
MD5SUMee3f8a7d47c87a95d16b6f1492d4a345
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8186
Best CPU time to get the best result obtained on this benchmark2520.13
Satisfiable
(Un)Satisfiability was proved
Number of variables1806
Number of constraints862
Number of domains2
Minimum domain size8
Maximum domain size42
Distribution of domain sizes[{"size":8,"count":861},{"size":42,"count":42}]
Minimum variable degree0
Maximum variable degree42
Distribution of variable degrees[{"degree":0,"count":903},{"degree":2,"count":861},{"degree":42,"count":42}]
Minimum constraint arity3
Maximum constraint arity42
Distribution of constraint arities[{"arity":3,"count":861},{"arity":42,"count":1}]
Number of extensional constraints861
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":861},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309452-1534303122/watcher-4309452-1534303122 -o /tmp/evaluation-result-4309452-1534303122/solver-4309452-1534303122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534293040-16588 --watchdog 2580 xcsp_picat HOME/instance-4309452-1534303122.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=17749, runsolver pid=17746

[startup+0.100202 s]*
/proc/loadavg: 2.01 2.08 2.07 3/187 17750
/proc/meminfo: memFree=18831520/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2025744 memory=25136 CPUtime=0.1 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1375 0 0 0 10 0 0 0 20 0 1 0 247875419 2074361856 6284 33554432000 4194304 5849940 140729482411520 140729482411520 4484727 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 506436 6284 599 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 25136 KiB

[startup+0.20988 s]*
/proc/loadavg: 2.01 2.08 2.07 3/187 17750
/proc/meminfo: memFree=18817184/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2025744 memory=37424 CPUtime=0.21 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1381 0 0 0 21 0 0 0 20 0 1 0 247875419 2074361856 9356 33554432000 4194304 5849940 140729482411520 140729482411520 4548484 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 506436 9356 599 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 37424 KiB

[startup+0.309551 s]*
/proc/loadavg: 2.01 2.08 2.07 3/187 17750
/proc/meminfo: memFree=18804896/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2025744 memory=49924 CPUtime=0.3 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1387 0 0 0 30 0 0 0 20 0 1 0 247875419 2074361856 12481 33554432000 4194304 5849940 140729482411520 140729482411520 4465899 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 506436 12481 599 405 0 503380 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 49924 KiB

[startup+0.700442 s]
/proc/loadavg: 2.01 2.08 2.07 3/187 17750
/proc/meminfo: memFree=18780320/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2025744 memory=95416 CPUtime=0.69 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1525 0 0 0 68 1 0 0 20 0 1 0 247875419 2074361856 23854 33554432000 4194304 5849940 140729482411520 140729482410824 4569900 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 506436 23854 647 405 0 503380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 95416 KiB

[startup+1.50035 s]
/proc/loadavg: 2.01 2.08 2.07 3/187 17750
/proc/meminfo: memFree=18739160/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2031564 memory=119864 CPUtime=1.49 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 3110 0 0 0 144 5 0 0 20 0 1 0 247875419 2080321536 29966 33554432000 4194304 5849940 140729482411520 140729482410824 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 507891 29966 698 405 0 504835 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2031564 KiB
Current children cumulated memory: 119864 KiB

[startup+3.10949 s]
/proc/loadavg: 2.01 2.08 2.07 3/187 17750
/proc/meminfo: memFree=18726960/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2039756 memory=128076 CPUtime=3.1 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 5640 0 0 0 300 10 0 0 20 0 1 0 247875419 2088710144 32019 33554432000 4194304 5849940 140729482411520 140729482410616 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 509939 32019 698 405 0 506883 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2039756 KiB
Current children cumulated memory: 128076 KiB

[startup+6.30033 s]
/proc/loadavg: 2.01 2.08 2.07 3/187 17750
/proc/meminfo: memFree=18714360/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2052044 memory=140572 CPUtime=6.29 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 7391 0 0 0 608 21 0 0 20 0 1 0 247875419 2101293056 35143 33554432000 4194304 5849940 140729482411520 140729482410504 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 513011 35143 698 405 0 509955 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2052044 KiB
Current children cumulated memory: 140572 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 17750
/proc/meminfo: memFree=18688920/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2077388 memory=165980 CPUtime=12.69 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 10898 0 0 0 1223 46 0 0 20 0 1 0 247875419 2127245312 41495 33554432000 4194304 5849940 140729482411520 140729482410616 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 519347 41495 698 405 0 516291 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2077388 KiB
Current children cumulated memory: 165980 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 17750
/proc/meminfo: memFree=18640144/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2126540 memory=215132 CPUtime=25.49 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 15079 0 0 0 2461 88 0 0 20 0 1 0 247875419 2177576960 53783 33554432000 4194304 5849940 140729482411520 140729482410760 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 531635 53783 698 405 0 528579 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2126540 KiB
Current children cumulated memory: 215132 KiB

[startup+51.1091 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 17811
/proc/meminfo: memFree=17227092/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2224844 memory=313436 CPUtime=51.1 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 21263 0 0 0 4931 179 0 0 20 0 1 0 247875419 2278240256 78359 33554432000 4194304 5849940 140729482411520 140729482410632 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 556211 78359 698 405 0 553155 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2224844 KiB
Current children cumulated memory: 313436 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 17820
/proc/meminfo: memFree=16870720/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2395968 memory=487708 CPUtime=102.28 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 42576 0 0 0 10025 203 0 0 20 0 1 0 247875419 2453471232 121927 33554432000 4194304 5849940 140729482411520 140729482410008 5319941 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 598992 121927 723 405 0 595936 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2395968 KiB
Current children cumulated memory: 487708 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/188 17821
/proc/meminfo: memFree=16674240/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2395968 memory=487904 CPUtime=162.28 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 73904 0 0 0 16023 205 0 0 20 0 1 0 247875419 2453471232 121976 33554432000 4194304 5849940 140729482411520 140729482410008 5319945 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 598992 121976 724 405 0 595936 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2395968 KiB
Current children cumulated memory: 487904 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 17822
/proc/meminfo: memFree=16409100/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2265272 memory=358256 CPUtime=222.28 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 130712 0 0 0 22015 213 0 0 20 0 1 0 247875419 2319638528 89564 33554432000 4194304 5849940 140729482411520 140729482410680 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 566318 89564 730 405 0 563262 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2265272 KiB
Current children cumulated memory: 358256 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 17823
/proc/meminfo: memFree=16329228/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2345112 memory=438096 CPUtime=282.29 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 166476 0 0 0 28004 225 0 0 20 0 1 0 247875419 2401394688 109524 33554432000 4194304 5849940 140729482411520 140729482410392 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 586278 109524 730 405 0 583222 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2345112 KiB
Current children cumulated memory: 438096 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 17824
/proc/meminfo: memFree=15890488/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2258864 memory=351784 CPUtime=342.28 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 219364 0 0 0 33989 239 0 0 20 0 1 0 247875419 2313076736 87946 33554432000 4194304 5849940 140729482411520 140729482410520 5312859 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564716 87946 730 405 0 561660 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2258864 KiB
Current children cumulated memory: 351784 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 17826
/proc/meminfo: memFree=15627432/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2259440 memory=352360 CPUtime=402.28 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 273700 0 0 0 39977 251 0 0 20 0 1 0 247875419 2313666560 88090 33554432000 4194304 5849940 140729482411520 140729482410248 5362301 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564860 88090 730 405 0 561804 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2259440 KiB
Current children cumulated memory: 352360 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17827
/proc/meminfo: memFree=15626936/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2259308 memory=352228 CPUtime=462.28 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 326301 0 0 0 45966 262 0 0 20 0 1 0 247875419 2313531392 88057 33554432000 4194304 5849940 140729482411520 140729482410520 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564827 88057 730 405 0 561771 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2259308 KiB
Current children cumulated memory: 352228 KiB


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

/proc/17749/statm: 564775 88050 741 405 0 561719 0
Current children cumulated CPU time: 1722.24 s
Current children cumulated vsize: 2259100 KiB
Current children cumulated memory: 352200 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17867
/proc/meminfo: memFree=13951688/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2258880 memory=352004 CPUtime=1782.24 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1328823 0 0 0 177481 743 0 0 20 0 1 0 247875419 2313093120 88001 33554432000 4194304 5849940 140729482411520 140729482410520 5339284 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564720 88001 741 405 0 561664 0
Current children cumulated CPU time: 1782.24 s
Current children cumulated vsize: 2258880 KiB
Current children cumulated memory: 352004 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17868
/proc/meminfo: memFree=13951716/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2258880 memory=352004 CPUtime=1842.24 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1371331 0 0 0 183467 757 0 0 20 0 1 0 247875419 2313093120 88001 33554432000 4194304 5849940 140729482411520 140729482410520 5437815 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564720 88001 741 405 0 561664 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 2258880 KiB
Current children cumulated memory: 352004 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17876
/proc/meminfo: memFree=13952004/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2258880 memory=352004 CPUtime=1902.23 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1412281 0 0 0 189454 769 0 0 20 0 1 0 247875419 2313093120 88001 33554432000 4194304 5849940 140729482411520 140729482410392 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564720 88001 741 405 0 561664 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 2258880 KiB
Current children cumulated memory: 352004 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17877
/proc/meminfo: memFree=13951452/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2258880 memory=352004 CPUtime=1962.23 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1465189 0 0 0 195443 780 0 0 20 0 1 0 247875419 2313093120 88001 33554432000 4194304 5849940 140729482411520 140729482410520 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564720 88001 741 405 0 561664 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 2258880 KiB
Current children cumulated memory: 352004 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17878
/proc/meminfo: memFree=13951224/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2258880 memory=352004 CPUtime=2022.23 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1509808 0 0 0 201430 793 0 0 20 0 1 0 247875419 2313093120 88001 33554432000 4194304 5849940 140729482411520 140729482410520 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564720 88001 741 405 0 561664 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 2258880 KiB
Current children cumulated memory: 352004 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17879
/proc/meminfo: memFree=13951432/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2258668 memory=351800 CPUtime=2082.23 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1554406 0 0 0 207419 804 0 0 20 0 1 0 247875419 2312876032 87950 33554432000 4194304 5849940 140729482411520 140729482410520 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564667 87950 741 405 0 561611 0
Current children cumulated CPU time: 2082.23 s
Current children cumulated vsize: 2258668 KiB
Current children cumulated memory: 351800 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17880
/proc/meminfo: memFree=13821568/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2389740 memory=482872 CPUtime=2142.23 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1579500 0 0 0 213406 817 0 0 20 0 1 0 247875419 2447093760 120718 33554432000 4194304 5849940 140729482411520 140729482410520 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 597435 120718 741 405 0 594379 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 2389740 KiB
Current children cumulated memory: 482872 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17882
/proc/meminfo: memFree=13951852/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2258668 memory=351800 CPUtime=2202.22 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1607845 0 0 0 219394 828 0 0 20 0 1 0 247875419 2312876032 87950 33554432000 4194304 5849940 140729482411520 140729482410520 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564667 87950 741 405 0 561611 0
Current children cumulated CPU time: 2202.22 s
Current children cumulated vsize: 2258668 KiB
Current children cumulated memory: 351800 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17883
/proc/meminfo: memFree=13952168/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2258668 memory=351800 CPUtime=2262.22 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1655580 0 0 0 225379 843 0 0 20 0 1 0 247875419 2312876032 87950 33554432000 4194304 5849940 140729482411520 140729482410520 140397214338951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564667 87950 741 405 0 561611 0
Current children cumulated CPU time: 2262.22 s
Current children cumulated vsize: 2258668 KiB
Current children cumulated memory: 351800 KiB

[startup+2322.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 17884
/proc/meminfo: memFree=13952320/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2258668 memory=351800 CPUtime=2322.23 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1698546 0 0 0 231364 859 0 0 20 0 1 0 247875419 2312876032 87950 33554432000 4194304 5849940 140729482411520 140729482410520 5322988 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 564667 87950 741 405 0 561611 0
Current children cumulated CPU time: 2322.23 s
Current children cumulated vsize: 2258668 KiB
Current children cumulated memory: 351800 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 17886
/proc/meminfo: memFree=13819640/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2391532 memory=484496 CPUtime=2382.23 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1743850 0 0 0 237349 874 0 0 20 0 1 0 247875419 2448928768 121124 33554432000 4194304 5849940 140729482411520 140729482410680 5335776 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 597883 121124 741 405 0 594827 0
Current children cumulated CPU time: 2382.23 s
Current children cumulated vsize: 2391532 KiB
Current children cumulated memory: 484496 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 17887
/proc/meminfo: memFree=13950240/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2260460 memory=353424 CPUtime=2442.22 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1791701 0 0 0 243335 887 0 0 20 0 1 0 247875419 2314711040 88356 33554432000 4194304 5849940 140729482411520 140729482410520 5438016 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 565115 88356 741 405 0 562059 0
Current children cumulated CPU time: 2442.22 s
Current children cumulated vsize: 2260460 KiB
Current children cumulated memory: 353424 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 17896
/proc/meminfo: memFree=13949852/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2260460 memory=353424 CPUtime=2502.22 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1845283 0 0 0 249323 899 0 0 20 0 1 0 247875419 2314711040 88356 33554432000 4194304 5849940 140729482411520 140729482410520 5437828 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 565115 88356 741 405 0 562059 0
Current children cumulated CPU time: 2502.22 s
Current children cumulated vsize: 2260460 KiB
Current children cumulated memory: 353424 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 17896
/proc/meminfo: memFree=13949700/32770624 swapFree=67108860/67108860
[pid=17749] ppid=17746 vsize=2260460 memory=353424 CPUtime=2519.93 cores=0,2,4,6
/proc/17749/stat : 17749 (xcsp_picat) R 17746 17749 16557 0 -1 4202496 1845286 0 0 0 251090 903 0 0 20 0 1 0 247875419 2314711040 88356 33554432000 4194304 5849940 140729482411520 140729482410520 5437828 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 31277056 140729482413238 140729482413316 140729482413316 140729482416074 0
/proc/17749/statm: 565115 88356 741 405 0 562059 0
Current children cumulated CPU time: 2519.93 s
Current children cumulated vsize: 2260460 KiB
Current children cumulated memory: 353424 KiB

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

[startup+2520.02 s]
# the end of solver process 17749 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2510.9 s, system=9.04674 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2519.95
CPU user time (s): 2510.9
CPU system time (s): 9.04674
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 2479092
Max. memory (cumulated for all children) (KiB): 572048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.9
system time used= 9.04674
maximum resident set size= 572048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1845286
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= 654


# summary of solver processes directly reported to runsolver:
#   pid: 17749
#   total CPU time (s): 2519.95
#   total CPU user time (s): 2510.9
#   total CPU system time (s): 9.04674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.76927 second user time and 18.1439 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 05:18:43
IDJOB=4309452
IDBENCH=141246
IDSOLVER=2794
FILE ID=node139/4309452-1534303122
RUNJOBID= node139-1534293040-16588
PBS_JOBID= 21038134
Free space on /tmp= 35092 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko42_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309452-1534303122/watcher-4309452-1534303122 -o /tmp/evaluation-result-4309452-1534303122/solver-4309452-1534303122 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534293040-16588 --watchdog 2580  xcsp_picat HOME/instance-4309452-1534303122.xml

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

MD5SUM BENCH= ee3f8a7d47c87a95d16b6f1492d4a345
RANDOM SEED=1906984475

node139.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.80
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.80
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.80
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.80
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:        18853136 kB
MemAvailable:   31410316 kB
Buffers:          266432 kB
Cached:         12390136 kB
SwapCached:            0 kB
Active:          6525692 kB
Inactive:        6671440 kB
Active(anon):     494544 kB
Inactive(anon):   106808 kB
Active(file):    6031148 kB
Inactive(file):  6564632 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2832 kB
Writeback:             0 kB
AnonPages:        547724 kB
Mapped:            67740 kB
Shmem:             57996 kB
Slab:             417672 kB
SReclaimable:     389860 kB
SUnreclaim:        27812 kB
KernelStack:        3328 kB
PageTables:         6560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2540852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 35088 MiB
End job on node139 at 2018-08-15 06:00:43