Trace number 4293864

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-06-15? (TO) 2519.9 2520.02

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko64_c18.xml
MD5SUM0f1e7a7a7866c79e3b2a53c7bc7dd539
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25546
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables4160
Number of constraints2017
Number of domains2
Minimum domain size8
Maximum domain size64
Distribution of domain sizes[{"size":8,"count":2016},{"size":64,"count":64}]
Minimum variable degree0
Maximum variable degree64
Distribution of variable degrees[{"degree":0,"count":2080},{"degree":2,"count":2016},{"degree":64,"count":64}]
Minimum constraint arity3
Maximum constraint arity64
Distribution of constraint arities[{"arity":3,"count":2016},{"arity":64,"count":1}]
Number of extensional constraints2016
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2016},{"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 (5837 MiB free)
  memory of node 1: 16384 MiB (6678 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293864-1532382194/watcher-4293864-1532382194 -o /tmp/evaluation-result-4293864-1532382194/solver-4293864-1532382194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13985 --watchdog 2580 xcsp_picat HOME/instance-4293864-1532382194.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=15079, runsolver pid=15076

[startup+0.100484 s]*
/proc/loadavg: 2.00 2.07 2.07 3/188 15080
/proc/meminfo: memFree=12794164/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=111688 memory=24412 CPUtime=0.1 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 1671 0 0 0 10 0 0 0 20 0 1 0 55782606 114368512 6103 33554432000 4194304 5849740 140728014921552 140728014920856 4548525 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 27922 6103 596 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 24412 KiB

[startup+0.20972 s]*
/proc/loadavg: 2.00 2.07 2.07 3/188 15080
/proc/meminfo: memFree=12781752/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=111688 memory=36700 CPUtime=0.2 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 1677 0 0 0 20 0 0 0 20 0 1 0 55782606 114368512 9175 33554432000 4194304 5849740 140728014921552 140728014920856 4507637 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 27922 9175 596 405 0 24866 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 36700 KiB

[startup+0.309676 s]*
/proc/loadavg: 2.00 2.07 2.07 3/188 15080
/proc/meminfo: memFree=12771512/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=111688 memory=48988 CPUtime=0.3 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 1683 0 0 0 30 0 0 0 20 0 1 0 55782606 114368512 12247 33554432000 4194304 5849740 140728014921552 140728014920856 4850696 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 27922 12247 596 405 0 24866 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 48988 KiB

[startup+0.700333 s]
/proc/loadavg: 1.92 2.05 2.07 3/188 15080
/proc/meminfo: memFree=12718020/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=180752 memory=88828 CPUtime=0.69 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 4130 0 0 0 66 3 0 0 20 0 1 0 55782606 185090048 22207 33554432000 4194304 5849740 140728014921552 140728014920520 5249600 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 45188 22207 604 405 0 42132 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 180752 KiB
Current children cumulated memory: 88828 KiB

[startup+1.50033 s]
/proc/loadavg: 1.92 2.05 2.07 3/188 15080
/proc/meminfo: memFree=12689924/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=243436 memory=187216 CPUtime=1.48 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 5537 0 0 0 142 6 0 0 20 0 1 0 55782606 249278464 46804 33554432000 4194304 5849740 140728014921552 140728014920520 4507528 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 60859 46804 605 405 0 57803 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 243436 KiB
Current children cumulated memory: 187216 KiB

[startup+3.10958 s]
/proc/loadavg: 1.92 2.05 2.07 3/188 15080
/proc/meminfo: memFree=12532508/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=445564 memory=294820 CPUtime=3.1 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 10634 0 0 0 291 19 0 0 20 0 1 0 55782606 456257536 73705 33554432000 4194304 5849740 140728014921552 140728014920552 4514936 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 111391 73705 605 405 0 108335 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 445564 KiB
Current children cumulated memory: 294820 KiB

[startup+6.30036 s]
/proc/loadavg: 1.93 2.05 2.07 3/188 15080
/proc/meminfo: memFree=12356344/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1086168 memory=775180 CPUtime=6.29 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 15345 0 0 0 588 41 0 0 20 0 1 0 55782606 1112236032 193795 33554432000 4194304 5849740 140728014921552 140728014920520 5257160 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 271542 193795 605 405 0 268486 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 1086168 KiB
Current children cumulated memory: 775180 KiB

[startup+12.7002 s]
/proc/loadavg: 1.93 2.05 2.07 3/188 15080
/proc/meminfo: memFree=12075348/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=881984 memory=736824 CPUtime=12.69 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 26048 0 0 0 1202 67 0 0 20 0 1 0 55782606 903151616 184206 33554432000 4194304 5849740 140728014921552 140728014920488 140651137183623 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 220496 184206 702 405 0 217440 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 881984 KiB
Current children cumulated memory: 736824 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.05 2.07 3/188 15080
/proc/meminfo: memFree=12018192/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=972104 memory=826948 CPUtime=25.48 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 28952 0 0 0 2431 117 0 0 20 0 1 0 55782606 995434496 206737 33554432000 4194304 5849740 140728014921552 140728014920664 140651136721520 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 243026 206737 702 405 0 239970 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 972104 KiB
Current children cumulated memory: 826948 KiB

[startup+51.1093 s]
/proc/loadavg: 1.97 2.04 2.06 3/188 15080
/proc/meminfo: memFree=11838052/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1103176 memory=958056 CPUtime=51.09 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 31458 0 0 0 4897 212 0 0 20 0 1 0 55782606 1129652224 239514 33554432000 4194304 5849740 140728014921552 140728014920664 140651137183623 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 275794 239514 702 405 0 272738 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 1103176 KiB
Current children cumulated memory: 958056 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.04 2.06 3/188 15081
/proc/meminfo: memFree=11632408/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1299784 memory=1154664 CPUtime=102.27 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 34024 0 0 0 9823 404 0 0 20 0 1 0 55782606 1330978816 288666 33554432000 4194304 5849740 140728014921552 140728014920552 140651137183623 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 324946 288666 702 405 0 321890 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 1299784 KiB
Current children cumulated memory: 1154664 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.03 2.05 3/187 15082
/proc/meminfo: memFree=11230780/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1693000 memory=1547880 CPUtime=162.26 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 43862 0 0 0 15595 631 0 0 20 0 1 0 55782606 1733632000 386970 33554432000 4194304 5849740 140728014921552 140728014920664 140651137183623 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 423250 386970 702 405 0 420194 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 1693000 KiB
Current children cumulated memory: 1547880 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 15083
/proc/meminfo: memFree=11221664/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1693000 memory=1547880 CPUtime=222.26 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 57467 0 0 0 21368 858 0 0 20 0 1 0 55782606 1733632000 386970 33554432000 4194304 5849740 140728014921552 140728014920056 5474420 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 423250 386970 702 405 0 420194 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 1693000 KiB
Current children cumulated memory: 1547880 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 15084
/proc/meminfo: memFree=10471028/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=2436176 memory=2290984 CPUtime=282.25 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 162254 0 0 0 27246 979 0 0 20 0 1 0 55782606 2494644224 572746 33554432000 4194304 5849740 140728014921552 140728014920264 5323780 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 609044 572746 726 405 0 605988 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 2436176 KiB
Current children cumulated memory: 2290984 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 15085
/proc/meminfo: memFree=10975212/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1886040 memory=1741052 CPUtime=342.25 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 362825 0 0 0 33225 1000 0 0 20 0 1 0 55782606 1931304960 435263 33554432000 4194304 5849740 140728014921552 140728014920712 5437591 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 471510 435263 734 405 0 468454 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 1886040 KiB
Current children cumulated memory: 1741052 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15086
/proc/meminfo: memFree=10978676/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1886040 memory=1741052 CPUtime=402.23 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 635286 0 0 0 39205 1018 0 0 20 0 1 0 55782606 1931304960 435263 33554432000 4194304 5849740 140728014921552 140728014919816 5317547 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 471510 435263 734 405 0 468454 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 1886040 KiB
Current children cumulated memory: 1741052 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 15095
/proc/meminfo: memFree=10932308/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1885984 memory=1740996 CPUtime=462.23 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 948591 0 0 0 45176 1047 0 0 20 0 1 0 55782606 1931247616 435249 33554432000 4194304 5849740 140728014921552 140728014920552 5437464 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 471496 435249 734 405 0 468440 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 1885984 KiB
Current children cumulated memory: 1740996 KiB


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

/proc/15079/statm: 473994 438616 734 405 0 470938 0
Current children cumulated CPU time: 1722.17 s
Current children cumulated vsize: 1895976 KiB
Current children cumulated memory: 1754464 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 15178
/proc/meminfo: memFree=10660792/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895976 memory=1754464 CPUtime=1782.16 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3875629 0 0 0 176855 1361 0 0 20 0 1 0 55782606 1941479424 438616 33554432000 4194304 5849740 140728014921552 140728014920552 5437591 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473994 438616 734 405 0 470938 0
Current children cumulated CPU time: 1782.16 s
Current children cumulated vsize: 1895976 KiB
Current children cumulated memory: 1754464 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 15179
/proc/meminfo: memFree=10655064/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895976 memory=1754464 CPUtime=1842.17 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3877950 0 0 0 182849 1368 0 0 20 0 1 0 55782606 1941479424 438616 33554432000 4194304 5849740 140728014921552 140728014920552 5437576 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473994 438616 734 405 0 470938 0
Current children cumulated CPU time: 1842.17 s
Current children cumulated vsize: 1895976 KiB
Current children cumulated memory: 1754464 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 15180
/proc/meminfo: memFree=10528160/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895976 memory=1754464 CPUtime=1902.17 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3880795 0 0 0 188843 1374 0 0 20 0 1 0 55782606 1941479424 438616 33554432000 4194304 5849740 140728014921552 140728014920552 5437576 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473994 438616 734 405 0 470938 0
Current children cumulated CPU time: 1902.17 s
Current children cumulated vsize: 1895976 KiB
Current children cumulated memory: 1754464 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15181
/proc/meminfo: memFree=10463588/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895976 memory=1754464 CPUtime=1962.17 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3883045 0 0 0 194838 1379 0 0 20 0 1 0 55782606 1941479424 438616 33554432000 4194304 5849740 140728014921552 140728014920552 5437564 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473994 438616 734 405 0 470938 0
Current children cumulated CPU time: 1962.17 s
Current children cumulated vsize: 1895976 KiB
Current children cumulated memory: 1754464 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15182
/proc/meminfo: memFree=10825356/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895976 memory=1754464 CPUtime=2022.16 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3886150 0 0 0 200831 1385 0 0 20 0 1 0 55782606 1941479424 438616 33554432000 4194304 5849740 140728014921552 140728014920552 5438230 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473994 438616 734 405 0 470938 0
Current children cumulated CPU time: 2022.16 s
Current children cumulated vsize: 1895976 KiB
Current children cumulated memory: 1754464 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15183
/proc/meminfo: memFree=10785032/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895976 memory=1754464 CPUtime=2082.17 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3888500 0 0 0 206828 1389 0 0 20 0 1 0 55782606 1941479424 438616 33554432000 4194304 5849740 140728014921552 140728014920424 5312882 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473994 438616 734 405 0 470938 0
Current children cumulated CPU time: 2082.17 s
Current children cumulated vsize: 1895976 KiB
Current children cumulated memory: 1754464 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15184
/proc/meminfo: memFree=10784976/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895976 memory=1754464 CPUtime=2142.17 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3891263 0 0 0 212823 1394 0 0 20 0 1 0 55782606 1941479424 438616 33554432000 4194304 5849740 140728014921552 140728014920552 5437808 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473994 438616 734 405 0 470938 0
Current children cumulated CPU time: 2142.17 s
Current children cumulated vsize: 1895976 KiB
Current children cumulated memory: 1754464 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15185
/proc/meminfo: memFree=10785056/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895976 memory=1754464 CPUtime=2202.17 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3894534 0 0 0 218812 1405 0 0 20 0 1 0 55782606 1941479424 438616 33554432000 4194304 5849740 140728014921552 140728014920552 5437560 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473994 438616 734 405 0 470938 0
Current children cumulated CPU time: 2202.17 s
Current children cumulated vsize: 1895976 KiB
Current children cumulated memory: 1754464 KiB

[startup+2262.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/189 15195
/proc/meminfo: memFree=10770524/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895976 memory=1754464 CPUtime=2262.18 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3897349 0 0 0 224808 1410 0 0 20 0 1 0 55782606 1941479424 438616 33554432000 4194304 5849740 140728014921552 140728014920552 5353719 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473994 438616 734 405 0 470938 0
Current children cumulated CPU time: 2262.18 s
Current children cumulated vsize: 1895976 KiB
Current children cumulated memory: 1754464 KiB

[startup+2322.3 s]
/proc/loadavg: 2.44 2.16 2.09 3/189 15196
/proc/meminfo: memFree=10705724/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895700 memory=1754188 CPUtime=2322.17 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3899949 0 0 0 230805 1412 0 0 20 0 1 0 55782606 1941196800 438547 33554432000 4194304 5849740 140728014921552 140728014920552 5437564 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473925 438547 734 405 0 470869 0
Current children cumulated CPU time: 2322.17 s
Current children cumulated vsize: 1895700 KiB
Current children cumulated memory: 1754188 KiB

[startup+2382.3 s]
/proc/loadavg: 2.16 2.13 2.09 3/189 15197
/proc/meminfo: memFree=10705988/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895700 memory=1754188 CPUtime=2382.18 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3903375 0 0 0 236801 1417 0 0 20 0 1 0 55782606 1941196800 438547 33554432000 4194304 5849740 140728014921552 140728014920552 5307557 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473925 438547 734 405 0 470869 0
Current children cumulated CPU time: 2382.18 s
Current children cumulated vsize: 1895700 KiB
Current children cumulated memory: 1754188 KiB

[startup+2442.3 s]
/proc/loadavg: 2.06 2.11 2.08 3/189 15198
/proc/meminfo: memFree=10706112/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895700 memory=1754188 CPUtime=2442.17 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3906560 0 0 0 242795 1422 0 0 20 0 1 0 55782606 1941196800 438547 33554432000 4194304 5849740 140728014921552 140728014920552 5437517 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473925 438547 734 405 0 470869 0
Current children cumulated CPU time: 2442.17 s
Current children cumulated vsize: 1895700 KiB
Current children cumulated memory: 1754188 KiB

[startup+2502.3 s]
/proc/loadavg: 2.02 2.09 2.08 3/189 15199
/proc/meminfo: memFree=10706112/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895700 memory=1754188 CPUtime=2502.17 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3909998 0 0 0 248789 1428 0 0 20 0 1 0 55782606 1941196800 438547 33554432000 4194304 5849740 140728014921552 140728014920552 5437825 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473925 438547 734 405 0 470869 0
Current children cumulated CPU time: 2502.17 s
Current children cumulated vsize: 1895700 KiB
Current children cumulated memory: 1754188 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.02 2.08 2.07 3/187 15261
/proc/meminfo: memFree=10697684/32770624 swapFree=67108860/67108860
[pid=15079] ppid=15076 vsize=1895700 memory=1754188 CPUtime=2519.89 cores=0,2,4,6
/proc/15079/stat : 15079 (xcsp_picat) R 15076 15079 13954 0 -1 4202496 3910788 0 0 0 250558 1431 0 0 20 0 1 0 55782606 1941196800 438547 33554432000 4194304 5849740 140728014921552 140728014920552 5307318 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 21700608 140728014922934 140728014923012 140728014923012 140728014925770 0
/proc/15079/statm: 473925 438547 734 405 0 470869 0
Current children cumulated CPU time: 2519.89 s
Current children cumulated vsize: 1895700 KiB
Current children cumulated memory: 1754188 KiB

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

[startup+2520.02 s]
# the end of solver process 15079 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2505.58 s, system=14.3197 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.9
CPU user time (s): 2505.58
CPU system time (s): 14.3197
CPU usage (%): 99.9954
Max. virtual memory (cumulated for all children) (KiB): 2436176
Max. memory (cumulated for all children) (KiB): 2291188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2505.58
system time used= 14.3197
maximum resident set size= 2291188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3910788
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= 142
involuntary context switches= 1129


# summary of solver processes directly reported to runsolver:
#   pid: 15079
#   total CPU time (s): 2519.9
#   total CPU user time (s): 2505.58
#   total CPU system time (s): 14.3197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.338 second user time and 14.3346 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-23 23:43:14
IDJOB=4293864
IDBENCH=141250
IDSOLVER=2754
FILE ID=node137/4293864-1532382194
RUNJOBID= node137-1532369589-13985
PBS_JOBID= 21021571
Free space on /tmp= 48724 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko64_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293864-1532382194/watcher-4293864-1532382194 -o /tmp/evaluation-result-4293864-1532382194/solver-4293864-1532382194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13985 --watchdog 2580  xcsp_picat HOME/instance-4293864-1532382194.xml

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

MD5SUM BENCH= 0f1e7a7a7866c79e3b2a53c7bc7dd539
RANDOM SEED=513556190

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12816560 kB
MemAvailable:   31919212 kB
Buffers:          265316 kB
Cached:         18773016 kB
SwapCached:            0 kB
Active:          1888000 kB
Inactive:       17223812 kB
Active(anon):      75740 kB
Inactive(anon):    16944 kB
Active(file):    1812260 kB
Inactive(file): 17206868 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3028 kB
Writeback:             0 kB
AnonPages:         79784 kB
Mapped:            40244 kB
Shmem:             17036 kB
Slab:             540364 kB
SReclaimable:     511984 kB
SUnreclaim:        28380 kB
KernelStack:        3408 kB
PageTables:         4796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     445304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48720 MiB
End job on node137 at 2018-07-24 00:25:15