Trace number 4309445

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.02

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc64a_c18.xml
MD5SUM88cd58dcc4a8523a6c3e6ee988ef86c5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables4160
Number of constraints66
Number of domains2
Minimum domain size6
Maximum domain size64
Distribution of domain sizes[{"size":6,"count":65},{"size":64,"count":64}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":4031},{"degree":1,"count":42},{"degree":2,"count":71},{"degree":3,"count":4},{"degree":4,"count":1},{"degree":11,"count":9},{"degree":12,"count":1},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity64
Distribution of constraint arities[{"arity":3,"count":65},{"arity":64,"count":1}]
Number of extensional constraints65
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":65},{"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 (13800 MiB free)
  memory of node 1: 16384 MiB (13576 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309445-1534303050/watcher-4309445-1534303050 -o /tmp/evaluation-result-4309445-1534303050/solver-4309445-1534303050 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22507 --watchdog 2580 xcsp_picat HOME/instance-4309445-1534303050.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=23618, runsolver pid=23615

[startup+0.100877 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 23619
/proc/meminfo: memFree=28010060/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2025744 memory=27512 CPUtime=0.1 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 1940 0 0 0 10 0 0 0 20 0 1 0 247868132 2074361856 6878 33554432000 4194304 5849940 140723819500704 140723819500008 4850760 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 506436 6878 597 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 27512 KiB

[startup+0.209603 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 23619
/proc/meminfo: memFree=27991320/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2027380 memory=44400 CPUtime=0.2 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 2641 0 0 0 20 0 0 0 20 0 1 0 247868132 2076037120 11100 33554432000 4194304 5849940 140723819500704 140723819500008 139652871024519 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 506845 11100 690 405 0 503789 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2027380 KiB
Current children cumulated memory: 44400 KiB

[startup+0.30915 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 23619
/proc/meminfo: memFree=27990948/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2028024 memory=45020 CPUtime=0.31 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 2802 0 0 0 30 1 0 0 20 0 1 0 247868132 2076696576 11255 33554432000 4194304 5849940 140723819500704 140723819500008 139652871024519 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 507006 11255 690 405 0 503950 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2028024 KiB
Current children cumulated memory: 45020 KiB

[startup+0.700207 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23619
/proc/meminfo: memFree=27974656/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2030328 memory=47344 CPUtime=0.68 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 3378 0 0 0 66 2 0 0 20 0 1 0 247868132 2079055872 11836 33554432000 4194304 5849940 140723819500704 140723819499944 139652871024519 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 507582 11836 690 405 0 504526 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2030328 KiB
Current children cumulated memory: 47344 KiB

[startup+1.50024 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23619
/proc/meminfo: memFree=27972424/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2035448 memory=52496 CPUtime=1.49 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 4658 0 0 0 145 4 0 0 20 0 1 0 247868132 2084298752 13124 33554432000 4194304 5849940 140723819500704 140723819499944 139652871024519 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 508862 13124 690 405 0 505806 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2035448 KiB
Current children cumulated memory: 52496 KiB

[startup+3.10921 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23619
/proc/meminfo: memFree=27959476/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2044540 memory=61792 CPUtime=3.1 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 6605 0 0 0 302 8 0 0 20 0 1 0 247868132 2093608960 15448 33554432000 4194304 5849940 140723819500704 140723819499816 139652871024519 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 511135 15448 690 405 0 508079 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2044540 KiB
Current children cumulated memory: 61792 KiB

[startup+6.30022 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 23619
/proc/meminfo: memFree=27937608/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2033348 memory=50652 CPUtime=6.29 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 12530 0 0 0 617 12 0 0 20 0 1 0 247868132 2082148352 12663 33554432000 4194304 5849940 140723819500704 140723819499800 139652871024519 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 508337 12663 735 405 0 505281 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2033348 KiB
Current children cumulated memory: 50652 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 23619
/proc/meminfo: memFree=27868084/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2070000 memory=87304 CPUtime=12.68 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 18347 0 0 0 1250 18 0 0 20 0 1 0 247868132 2119680000 21826 33554432000 4194304 5849940 140723819500704 140723819499704 4217852 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 517500 21826 735 405 0 514444 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2070000 KiB
Current children cumulated memory: 87304 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 2.04 3/187 23619
/proc/meminfo: memFree=27835704/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2102772 memory=120076 CPUtime=25.48 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 22083 0 0 0 2521 27 0 0 20 0 1 0 247868132 2153238528 30019 33554432000 4194304 5849940 140723819500704 140723819499704 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 525693 30019 735 405 0 522637 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2102772 KiB
Current children cumulated memory: 120076 KiB

[startup+51.1094 s]
/proc/loadavg: 2.03 2.01 2.05 3/187 23619
/proc/meminfo: memFree=27703648/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2102772 memory=120076 CPUtime=51.09 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 26250 0 0 0 5068 41 0 0 20 0 1 0 247868132 2153238528 30019 33554432000 4194304 5849940 140723819500704 140723819499432 5359356 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 525693 30019 735 405 0 522637 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2102772 KiB
Current children cumulated memory: 120076 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/187 23620
/proc/meminfo: memFree=27504920/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2102772 memory=120076 CPUtime=102.28 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 33732 0 0 0 10161 67 0 0 20 0 1 0 247868132 2153238528 30019 33554432000 4194304 5849940 140723819500704 140723819499704 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 525693 30019 735 405 0 522637 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2102772 KiB
Current children cumulated memory: 120076 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/188 23629
/proc/meminfo: memFree=27094836/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2112864 memory=130256 CPUtime=162.28 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 41431 0 0 0 16131 97 0 0 20 0 1 0 247868132 2163572736 32564 33554432000 4194304 5849940 140723819500704 140723819499704 5438112 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 528216 32564 735 405 0 525160 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2112864 KiB
Current children cumulated memory: 130256 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23630
/proc/meminfo: memFree=27139316/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2069648 memory=86920 CPUtime=222.28 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 44798 0 0 0 22093 135 0 0 20 0 1 0 247868132 2119319552 21730 33554432000 4194304 5849940 140723819500704 140723819499576 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 517412 21730 735 405 0 514356 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2069648 KiB
Current children cumulated memory: 86920 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23631
/proc/meminfo: memFree=26319084/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2102420 memory=119724 CPUtime=282.28 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 46872 0 0 0 28056 172 0 0 20 0 1 0 247868132 2152878080 29931 33554432000 4194304 5849940 140723819500704 140723819499704 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 525605 29931 735 405 0 522549 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2102420 KiB
Current children cumulated memory: 119724 KiB

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 23632
/proc/meminfo: memFree=26318588/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2102420 memory=119724 CPUtime=342.27 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 46886 0 0 0 34024 203 0 0 20 0 1 0 247868132 2152878080 29931 33554432000 4194304 5849940 140723819500704 140723819499864 4234775 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 525605 29931 735 405 0 522549 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 2102420 KiB
Current children cumulated memory: 119724 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/188 23633
/proc/meminfo: memFree=26509548/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2104572 memory=121840 CPUtime=402.27 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 49416 0 0 0 39996 231 0 0 20 0 1 0 247868132 2155081728 30460 33554432000 4194304 5849940 140723819500704 140723819499704 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 526143 30460 735 405 0 523087 0
Current children cumulated CPU time: 402.27 s
Current children cumulated vsize: 2104572 KiB
Current children cumulated memory: 121840 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 23635
/proc/meminfo: memFree=26507076/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2110444 memory=124044 CPUtime=462.27 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 49490 0 0 0 45967 260 0 0 20 0 1 0 247868132 2161094656 31011 33554432000 4194304 5849940 140723819500704 140723819499704 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 527611 31011 735 405 0 524555 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2110444 KiB
Current children cumulated memory: 124044 KiB


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

/proc/23618/statm: 569908 74814 735 405 0 566852 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 2279632 KiB
Current children cumulated memory: 299256 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23674
/proc/meminfo: memFree=25696628/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2378584 memory=398104 CPUtime=1782.23 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 203003 0 0 0 177582 641 0 0 20 0 1 0 247868132 2435670016 99526 33554432000 4194304 5849940 140723819500704 140723819499704 5438372 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 594646 99526 735 405 0 591590 0
Current children cumulated CPU time: 1782.23 s
Current children cumulated vsize: 2378584 KiB
Current children cumulated memory: 398104 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23675
/proc/meminfo: memFree=25702208/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2378584 memory=398208 CPUtime=1842.23 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 221769 0 0 0 183572 651 0 0 20 0 1 0 247868132 2435670016 99552 33554432000 4194304 5849940 140723819500704 140723819499704 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 594646 99552 735 405 0 591590 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 2378584 KiB
Current children cumulated memory: 398208 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23676
/proc/meminfo: memFree=25701580/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2378584 memory=398208 CPUtime=1902.22 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 240862 0 0 0 189562 660 0 0 20 0 1 0 247868132 2435670016 99552 33554432000 4194304 5849940 140723819500704 140723819499704 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 594646 99552 735 405 0 591590 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 2378584 KiB
Current children cumulated memory: 398208 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23685
/proc/meminfo: memFree=25700948/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2378584 memory=398208 CPUtime=1962.22 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 270876 0 0 0 195550 672 0 0 20 0 1 0 247868132 2435670016 99552 33554432000 4194304 5849940 140723819500704 140723819499704 5437828 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 594646 99552 735 405 0 591590 0
Current children cumulated CPU time: 1962.22 s
Current children cumulated vsize: 2378584 KiB
Current children cumulated memory: 398208 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23686
/proc/meminfo: memFree=25636284/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2444120 memory=463744 CPUtime=2022.23 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 276762 0 0 0 201542 681 0 0 20 0 1 0 247868132 2502778880 115936 33554432000 4194304 5849940 140723819500704 140723819499704 5335776 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 611030 115936 735 405 0 607974 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 2444120 KiB
Current children cumulated memory: 463744 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23687
/proc/meminfo: memFree=25636532/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2444120 memory=463744 CPUtime=2082.22 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 312045 0 0 0 207533 689 0 0 20 0 1 0 247868132 2502778880 115936 33554432000 4194304 5849940 140723819500704 140723819499704 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 611030 115936 735 405 0 607974 0
Current children cumulated CPU time: 2082.22 s
Current children cumulated vsize: 2444120 KiB
Current children cumulated memory: 463744 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23688
/proc/meminfo: memFree=25789648/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2290732 memory=310356 CPUtime=2142.22 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 336685 0 0 0 213520 702 0 0 20 0 1 0 247868132 2345709568 77589 33554432000 4194304 5849940 140723819500704 140723819499704 5437819 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 572683 77589 735 405 0 569627 0
Current children cumulated CPU time: 2142.22 s
Current children cumulated vsize: 2290732 KiB
Current children cumulated memory: 310356 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23689
/proc/meminfo: memFree=25789796/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2290732 memory=310356 CPUtime=2202.22 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 359798 0 0 0 219509 713 0 0 20 0 1 0 247868132 2345709568 77589 33554432000 4194304 5849940 140723819500704 140723819499704 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 572683 77589 735 405 0 569627 0
Current children cumulated CPU time: 2202.22 s
Current children cumulated vsize: 2290732 KiB
Current children cumulated memory: 310356 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23691
/proc/meminfo: memFree=25754156/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2326312 memory=345936 CPUtime=2262.22 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 384152 0 0 0 225498 724 0 0 20 0 1 0 247868132 2382143488 86484 33554432000 4194304 5849940 140723819500704 140723819499704 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 581578 86484 735 405 0 578522 0
Current children cumulated CPU time: 2262.22 s
Current children cumulated vsize: 2326312 KiB
Current children cumulated memory: 345936 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23692
/proc/meminfo: memFree=25753880/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2326312 memory=345936 CPUtime=2322.22 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 410083 0 0 0 231486 736 0 0 20 0 1 0 247868132 2382143488 86484 33554432000 4194304 5849940 140723819500704 140723819499864 5339250 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 581578 86484 735 405 0 578522 0
Current children cumulated CPU time: 2322.22 s
Current children cumulated vsize: 2326312 KiB
Current children cumulated memory: 345936 KiB

[startup+2382.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 23693
/proc/meminfo: memFree=25754252/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2326312 memory=345936 CPUtime=2382.22 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 433827 0 0 0 237474 748 0 0 20 0 1 0 247868132 2382143488 86484 33554432000 4194304 5849940 140723819500704 140723819499704 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 581578 86484 735 405 0 578522 0
Current children cumulated CPU time: 2382.22 s
Current children cumulated vsize: 2326312 KiB
Current children cumulated memory: 345936 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 23695
/proc/meminfo: memFree=25753632/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2326312 memory=345936 CPUtime=2442.22 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 464147 0 0 0 243461 761 0 0 20 0 1 0 247868132 2382143488 86484 33554432000 4194304 5849940 140723819500704 140723819499864 5438538 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 581578 86484 735 405 0 578522 0
Current children cumulated CPU time: 2442.22 s
Current children cumulated vsize: 2326312 KiB
Current children cumulated memory: 345936 KiB

[startup+2502.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 23696
/proc/meminfo: memFree=25688272/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2391848 memory=411408 CPUtime=2502.22 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 493793 0 0 0 249448 774 0 0 20 0 1 0 247868132 2449252352 102852 33554432000 4194304 5849940 140723819500704 140723819499704 139652871024519 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 597962 102852 735 405 0 594906 0
Current children cumulated CPU time: 2502.22 s
Current children cumulated vsize: 2391848 KiB
Current children cumulated memory: 411408 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 23821
/proc/meminfo: memFree=27920336/32770624 swapFree=67108796/67108860
[pid=23618] ppid=23615 vsize=2391848 memory=411472 CPUtime=2519.92 cores=1,3,5,7
/proc/23618/stat : 23618 (xcsp_picat) R 23615 23618 22475 0 -1 4202496 495020 0 0 0 251216 776 0 0 20 0 1 0 247868132 2449252352 102868 33554432000 4194304 5849940 140723819500704 140723819499704 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 36372480 140723819504822 140723819504900 140723819504900 140723819507658 0
/proc/23618/statm: 597962 102868 735 405 0 594906 0
Current children cumulated CPU time: 2519.92 s
Current children cumulated vsize: 2391848 KiB
Current children cumulated memory: 411472 KiB

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

[startup+2520.02 s]
# the end of solver process 23618 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.17 s, system=7.77687 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.94
CPU user time (s): 2512.17
CPU system time (s): 7.77687
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 2444120
Max. memory (cumulated for all children) (KiB): 463744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.17
system time used= 7.77687
maximum resident set size= 463744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495021
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= 37
involuntary context switches= 763


# summary of solver processes directly reported to runsolver:
#   pid: 23618
#   total CPU time (s): 2519.94
#   total CPU user time (s): 2512.17
#   total CPU system time (s): 7.77687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5227 second user time and 17.5767 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-15 05:17:30
IDJOB=4309445
IDBENCH=141245
IDSOLVER=2794
FILE ID=node138/4309445-1534303050
RUNJOBID= node138-1534292900-22507
PBS_JOBID= 21038133
Free space on /tmp= 27392 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc64a_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309445-1534303050/watcher-4309445-1534303050 -o /tmp/evaluation-result-4309445-1534303050/solver-4309445-1534303050 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534292900-22507 --watchdog 2580  xcsp_picat HOME/instance-4309445-1534303050.xml

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

MD5SUM BENCH= 88cd58dcc4a8523a6c3e6ee988ef86c5
RANDOM SEED=985593147

node138.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.71
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.71
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.71
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.71
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:        28033844 kB
MemAvailable:   31096176 kB
Buffers:           67076 kB
Cached:          3225608 kB
SwapCached:           12 kB
Active:          2424928 kB
Inactive:        1723968 kB
Active(anon):     797940 kB
Inactive(anon):   118512 kB
Active(file):    1626988 kB
Inactive(file):  1605456 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3240 kB
Writeback:           236 kB
AnonPages:        868716 kB
Mapped:            55640 kB
Shmem:             57932 kB
Slab:             286228 kB
SReclaimable:     258348 kB
SUnreclaim:        27880 kB
KernelStack:        3328 kB
PageTables:         7344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2566296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    796672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 27320 MiB
End job on node138 at 2018-08-15 05:59:30