Trace number 4309458

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.94 2520.06

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko90_c18.xml
MD5SUMe1bd5b7e730358cb8a15a6f1e37f47a5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark62971
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables8190
Number of constraints4006
Number of domains2
Minimum domain size8
Maximum domain size90
Distribution of domain sizes[{"size":8,"count":4005},{"size":90,"count":90}]
Minimum variable degree0
Maximum variable degree90
Distribution of variable degrees[{"degree":0,"count":4095},{"degree":2,"count":4005},{"degree":90,"count":90}]
Minimum constraint arity3
Maximum constraint arity90
Distribution of constraint arities[{"arity":3,"count":4005},{"arity":90,"count":1}]
Number of extensional constraints4005
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4005},{"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 (8678 MiB free)
  memory of node 1: 16384 MiB (10003 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309458-1534303150/watcher-4309458-1534303150 -o /tmp/evaluation-result-4309458-1534303150/solver-4309458-1534303150 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534293040-16589 --watchdog 2580 xcsp_picat HOME/instance-4309458-1534303150.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=17810, runsolver pid=17807

[startup+0.100299 s]*
/proc/loadavg: 2.01 2.07 2.07 3/187 17811
/proc/meminfo: memFree=19109568/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=2025744 memory=23356 CPUtime=0.09 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1434 0 0 0 9 0 0 0 20 0 1 0 247878216 2074361856 5839 33554432000 4194304 5849940 140728582079344 140728582078648 4507528 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 506436 5839 593 405 0 503380 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 23356 KiB

[startup+0.209504 s]*
/proc/loadavg: 2.01 2.07 2.07 3/187 17811
/proc/meminfo: memFree=19095124/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=2025744 memory=37692 CPUtime=0.2 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1441 0 0 0 20 0 0 0 20 0 1 0 247878216 2074361856 9423 33554432000 4194304 5849940 140728582079344 140728582078648 4454631 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 506436 9423 593 405 0 503380 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 37692 KiB

[startup+0.309444 s]*
/proc/loadavg: 2.01 2.07 2.07 3/187 17811
/proc/meminfo: memFree=19082836/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=2025744 memory=52216 CPUtime=0.3 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1448 0 0 0 30 0 0 0 20 0 1 0 247878216 2074361856 13054 33554432000 4194304 5849940 140728582079344 140728582078648 4515016 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 506436 13054 599 405 0 503380 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 52216 KiB

[startup+0.700401 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 17811
/proc/meminfo: memFree=19056088/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=2025744 memory=101368 CPUtime=0.68 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1472 0 0 0 67 1 0 0 20 0 1 0 247878216 2074361856 25342 33554432000 4194304 5849940 140728582079344 140728582078648 4465899 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 506436 25342 599 405 0 503380 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 101368 KiB

[startup+1.50035 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 17811
/proc/meminfo: memFree=18994168/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=2025744 memory=203768 CPUtime=1.48 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1522 0 0 0 146 2 0 0 20 0 1 0 247878216 2074361856 50942 33554432000 4194304 5849940 140728582079344 140728582078648 4490631 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 506436 50942 599 405 0 503380 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 203768 KiB

[startup+3.10934 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 17811
/proc/meminfo: memFree=18735392/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=2025744 memory=410616 CPUtime=3.1 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1687 0 0 0 304 6 0 0 20 0 1 0 247878216 2074361856 102654 33554432000 4194304 5849940 140728582079344 140728582078648 4548541 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 506436 102654 599 405 0 503380 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 410616 KiB

[startup+6.30038 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 17811
/proc/meminfo: memFree=18349936/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=2025744 memory=820216 CPUtime=6.28 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1935 0 0 0 617 11 0 0 20 0 1 0 247878216 2074361856 205054 33554432000 4194304 5849940 140728582079344 140728582078648 4454661 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 506436 205054 599 405 0 503380 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 820216 KiB

[startup+12.7004 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 17811
/proc/meminfo: memFree=17506092/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=2233456 memory=1735024 CPUtime=12.68 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 4916 0 0 0 1239 29 0 0 20 0 1 0 247878216 2287058944 433756 33554432000 4194304 5849940 140728582079344 140728582078664 4492244 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 558364 433756 653 405 0 555308 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2233456 KiB
Current children cumulated memory: 1735024 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 17811
/proc/meminfo: memFree=17210400/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=2305052 memory=1820164 CPUtime=25.49 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 25268 0 0 0 2436 113 0 0 20 0 1 0 247878216 2360373248 455041 33554432000 4194304 5849940 140728582079344 140728582078440 139863468138375 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 576263 455041 702 405 0 573207 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2305052 KiB
Current children cumulated memory: 1820164 KiB

[startup+51.1093 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 17819
/proc/meminfo: memFree=16937540/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=2403356 memory=1918576 CPUtime=51.08 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 29160 0 0 0 4903 205 0 0 20 0 1 0 247878216 2461036544 479644 33554432000 4194304 5849940 140728582079344 140728582078584 139863468138375 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 600839 479644 702 405 0 597783 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 2403356 KiB
Current children cumulated memory: 1918576 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 17820
/proc/meminfo: memFree=16674116/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=2665500 memory=2180720 CPUtime=102.27 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 35519 0 0 0 9833 394 0 0 20 0 1 0 247878216 2729472000 545180 33554432000 4194304 5849940 140728582079344 140728582078440 139863468138375 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 666375 545180 702 405 0 663319 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 2665500 KiB
Current children cumulated memory: 2180720 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 17821
/proc/meminfo: memFree=16280408/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=3058716 memory=2573936 CPUtime=162.26 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 43362 0 0 0 15611 615 0 0 20 0 1 0 247878216 3132125184 643484 33554432000 4194304 5849940 140728582079344 140728582078440 5473444 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 764679 643484 702 405 0 761623 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 3058716 KiB
Current children cumulated memory: 2573936 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 17822
/proc/meminfo: memFree=16417264/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=3058716 memory=2573936 CPUtime=222.26 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 51223 0 0 0 21393 833 0 0 20 0 1 0 247878216 3132125184 643484 33554432000 4194304 5849940 140728582079344 140728582078440 139863468138375 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 764679 643484 702 405 0 761623 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 3058716 KiB
Current children cumulated memory: 2573936 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 17823
/proc/meminfo: memFree=15890836/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=3583004 memory=3098224 CPUtime=282.25 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 64155 0 0 0 27173 1052 0 0 20 0 1 0 247878216 3668996096 774556 33554432000 4194304 5849940 140728582079344 140728582078520 5473152 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 895751 774556 702 405 0 892695 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 3583004 KiB
Current children cumulated memory: 3098224 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 17824
/proc/meminfo: memFree=15627912/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=3845148 memory=3360368 CPUtime=342.25 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 72183 0 0 0 32951 1274 0 0 20 0 1 0 247878216 3937431552 840092 33554432000 4194304 5849940 140728582079344 140728582078584 139863468138375 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 961287 840092 702 405 0 958231 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 3845148 KiB
Current children cumulated memory: 3360368 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 17826
/proc/meminfo: memFree=15627680/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=3845148 memory=3360368 CPUtime=402.25 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 82652 0 0 0 38734 1491 0 0 20 0 1 0 247878216 3937431552 840092 33554432000 4194304 5849940 140728582079344 140728582078440 5471112 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 961287 840092 702 405 0 958231 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 3845148 KiB
Current children cumulated memory: 3360368 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17827
/proc/meminfo: memFree=15627060/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=3845148 memory=3360368 CPUtime=462.25 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 94236 0 0 0 44507 1718 0 0 20 0 1 0 247878216 3937431552 840092 33554432000 4194304 5849940 140728582079344 140728582078456 139863468138375 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 961287 840092 702 405 0 958231 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 3845148 KiB
Current children cumulated memory: 3360368 KiB


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

/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 1722.2 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17867
/proc/meminfo: memFree=13951888/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=1782.19 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1731644 0 0 0 174106 4113 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 139863468540342 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 1782.19 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17868
/proc/meminfo: memFree=13951792/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=1842.19 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1782295 0 0 0 180103 4116 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 139863468540342 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 1842.19 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17876
/proc/meminfo: memFree=13951712/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=1902.18 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1850711 0 0 0 186099 4119 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 5310688 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 1902.18 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17877
/proc/meminfo: memFree=13951652/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=1962.18 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1894419 0 0 0 192096 4122 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 139863468540296 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 1962.18 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17878
/proc/meminfo: memFree=13951540/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=2022.18 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 1952250 0 0 0 198093 4125 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 5310723 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 2022.18 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17879
/proc/meminfo: memFree=13951772/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=2082.18 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 2013891 0 0 0 204090 4128 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 139863468540312 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 2082.18 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17880
/proc/meminfo: memFree=13821864/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=2142.18 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 2065060 0 0 0 210088 4130 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 139863468540342 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 2142.18 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17882
/proc/meminfo: memFree=13951968/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=2202.18 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 2112989 0 0 0 216085 4133 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 139863468540317 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 2202.18 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+2262.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 17883
/proc/meminfo: memFree=13952244/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=2262.18 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 2169203 0 0 0 222082 4136 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 139863468540327 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 2262.18 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+2322.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 17884
/proc/meminfo: memFree=13952396/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=2322.18 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 2221736 0 0 0 228080 4138 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 5310735 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 2322.18 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 17886
/proc/meminfo: memFree=13950164/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=2382.18 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 2276121 0 0 0 234078 4140 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 5310723 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 2382.18 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 17887
/proc/meminfo: memFree=13950168/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=2442.17 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 2330308 0 0 0 240076 4141 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 139863468540361 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 2442.17 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 17957
/proc/meminfo: memFree=12753888/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=2502.18 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 2380584 0 0 0 246074 4144 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 5310720 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 2502.18 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 17979
/proc/meminfo: memFree=10430932/32770624 swapFree=67108860/67108860
[pid=17810] ppid=17807 vsize=5515160 memory=5030428 CPUtime=2519.88 cores=1,3,5,7
/proc/17810/stat : 17810 (xcsp_picat) R 17807 17810 16557 0 -1 4202496 2403110 0 0 0 247843 4145 0 0 20 0 1 0 247878216 5647523840 1257607 33554432000 4194304 5849940 140728582079344 140728582077592 139863468540322 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 19378176 140728582083766 140728582083844 140728582083844 140728582086602 0
/proc/17810/statm: 1378790 1257607 718 405 0 1375734 0
Current children cumulated CPU time: 2519.88 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5030428 KiB

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

[startup+2520.06 s]
# the end of solver process 17810 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2478.43 s, system=41.5046 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.06
CPU time (s): 2519.94
CPU user time (s): 2478.43
CPU system time (s): 41.5046
CPU usage (%): 99.9953
Max. virtual memory (cumulated for all children) (KiB): 7535648
Max. memory (cumulated for all children) (KiB): 7050868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2478.43
system time used= 41.5046
maximum resident set size= 7050868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2403111
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= 75
involuntary context switches= 763


# summary of solver processes directly reported to runsolver:
#   pid: 17810
#   total CPU time (s): 2519.94
#   total CPU user time (s): 2478.43
#   total CPU system time (s): 41.5046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.43567 second user time and 17.6445 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 05:19:10
IDJOB=4309458
IDBENCH=141248
IDSOLVER=2794
FILE ID=node139/4309458-1534303150
RUNJOBID= node139-1534293040-16589
PBS_JOBID= 21038134
Free space on /tmp= 35092 MiB

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

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

MD5SUM BENCH= e1bd5b7e730358cb8a15a6f1e37f47a5
RANDOM SEED=367638403

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:        19131224 kB
MemAvailable:   31688440 kB
Buffers:          266452 kB
Cached:         12390260 kB
SwapCached:            0 kB
Active:          6249580 kB
Inactive:        6671460 kB
Active(anon):     218472 kB
Inactive(anon):   106808 kB
Active(file):    6031108 kB
Inactive(file):  6564652 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3112 kB
Writeback:             0 kB
AnonPages:        219776 kB
Mapped:            66904 kB
Shmem:             57996 kB
Slab:             418020 kB
SReclaimable:     389916 kB
SUnreclaim:        28104 kB
KernelStack:        3360 kB
PageTables:         5424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2500396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 35060 MiB
End job on node139 at 2018-08-15 06:01:11