Trace number 4303118

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-02? (TO) 2519.67 2520.13

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303118-1534008102/watcher-4303118-1534008102 -o /tmp/evaluation-result-4303118-1534008102/solver-4303118-1534008102 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1533989978-12842 --watchdog 2580 xcsp_picat HOME/instance-4303118-1534008102.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
solver pid=15167, runsolver pid=15164
Current StackSize limit: 8192 KiB


[startup+0.100175 s]*
/proc/loadavg: 2.06 2.06 2.05 3/188 15168
/proc/meminfo: memFree=13518488/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=2025744 memory=26196 CPUtime=0.1 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1635 0 0 0 10 0 0 0 20 0 1 0 218373101 2074361856 6549 33554432000 4194304 5849708 140734245907584 140734245907584 4539630 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 506436 6549 596 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 26196 KiB

[startup+0.209781 s]*
/proc/loadavg: 2.06 2.06 2.05 3/188 15168
/proc/meminfo: memFree=13505840/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=2025744 memory=40532 CPUtime=0.21 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1642 0 0 0 21 0 0 0 20 0 1 0 218373101 2074361856 10133 33554432000 4194304 5849708 140734245907584 140734245907584 4494147 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 506436 10133 596 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 40532 KiB

[startup+0.309677 s]*
/proc/loadavg: 2.06 2.06 2.05 3/188 15168
/proc/meminfo: memFree=13493552/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=2025744 memory=53020 CPUtime=0.31 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1648 0 0 0 31 0 0 0 20 0 1 0 218373101 2074361856 13255 33554432000 4194304 5849708 140734245907584 140734245907584 4494154 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 506436 13255 599 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 53020 KiB

[startup+0.700393 s]
/proc/loadavg: 2.06 2.06 2.05 3/188 15168
/proc/meminfo: memFree=13468976/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=2025744 memory=98076 CPUtime=0.69 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1670 0 0 0 68 1 0 0 20 0 1 0 218373101 2074361856 24519 33554432000 4194304 5849708 140734245907584 140734245906888 4490651 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 506436 24519 599 405 0 503381 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 98076 KiB

[startup+1.5004 s]
/proc/loadavg: 2.05 2.06 2.05 3/188 15168
/proc/meminfo: memFree=13409212/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=2025744 memory=196380 CPUtime=1.49 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1718 0 0 0 147 2 0 0 20 0 1 0 218373101 2074361856 49095 33554432000 4194304 5849708 140734245907584 140734245906888 4541596 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 506436 49095 599 405 0 503381 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 196380 KiB

[startup+3.10969 s]
/proc/loadavg: 2.05 2.06 2.05 3/188 15168
/proc/meminfo: memFree=13162808/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=2025744 memory=392988 CPUtime=3.1 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1965 0 0 0 305 5 0 0 20 0 1 0 218373101 2074361856 98247 33554432000 4194304 5849708 140734245907584 140734245906888 4494198 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 506436 98247 599 405 0 503381 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 392988 KiB

[startup+6.30037 s]
/proc/loadavg: 2.05 2.05 2.05 3/188 15168
/proc/meminfo: memFree=12796544/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=2025744 memory=782108 CPUtime=6.29 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 2198 0 0 0 619 10 0 0 20 0 1 0 218373101 2074361856 195527 33554432000 4194304 5849708 140734245907584 140734245906888 4505500 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 506436 195527 599 405 0 503381 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 782108 KiB

[startup+12.7004 s]
/proc/loadavg: 2.05 2.05 2.05 3/188 15168
/proc/meminfo: memFree=12064424/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=2025744 memory=1527700 CPUtime=12.68 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 3624 0 0 0 1248 20 0 0 20 0 1 0 218373101 2074361856 381925 33554432000 4194304 5849708 140734245907584 140734245906888 4873265 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 506436 381925 626 405 0 503381 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 1527700 KiB

[startup+25.5003 s]
/proc/loadavg: 2.11 2.07 2.06 3/188 15168
/proc/meminfo: memFree=11720184/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=2305052 memory=1820480 CPUtime=25.48 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 27969 0 0 0 2442 106 0 0 20 0 1 0 218373101 2360373248 455120 33554432000 4194304 5849708 140734245907584 140734245906680 140345481305991 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 576263 455120 702 405 0 573208 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2305052 KiB
Current children cumulated memory: 1820480 KiB

[startup+51.1094 s]
/proc/loadavg: 2.12 2.08 2.06 3/188 15168
/proc/meminfo: memFree=11621344/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=2403356 memory=1918996 CPUtime=51.09 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 31412 0 0 0 4909 200 0 0 20 0 1 0 218373101 2461036544 479749 33554432000 4194304 5849708 140734245907584 140734245906760 140345481305991 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 600839 479749 702 405 0 597784 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2403356 KiB
Current children cumulated memory: 1918996 KiB

[startup+102.3 s]
/proc/loadavg: 2.05 2.07 2.05 3/188 15169
/proc/meminfo: memFree=11359580/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=2665500 memory=2181140 CPUtime=102.26 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 38426 0 0 0 9827 399 0 0 20 0 1 0 218373101 2729472000 545285 33554432000 4194304 5849708 140734245907584 140734245906568 140345481305991 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 666375 545285 702 405 0 663320 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 2665500 KiB
Current children cumulated memory: 2181140 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/188 15170
/proc/meminfo: memFree=10965192/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=3058716 memory=2574356 CPUtime=162.26 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 46518 0 0 0 15592 634 0 0 20 0 1 0 218373101 3132125184 643589 33554432000 4194304 5849708 140734245907584 140734245906696 140345481305991 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 764679 643589 702 405 0 761624 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 3058716 KiB
Current children cumulated memory: 2574356 KiB

[startup+222.3 s]
/proc/loadavg: 2.08 2.06 2.05 3/187 15172
/proc/meminfo: memFree=10961660/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=3058716 memory=2574356 CPUtime=222.24 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 56307 0 0 0 21366 858 0 0 20 0 1 0 218373101 3132125184 643589 33554432000 4194304 5849708 140734245907584 140734245906680 140345481305991 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 764679 643589 702 405 0 761624 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 3058716 KiB
Current children cumulated memory: 2574356 KiB

[startup+282.3 s]
/proc/loadavg: 2.09 2.06 2.05 4/187 15173
/proc/meminfo: memFree=10434024/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=3583004 memory=3098644 CPUtime=282.23 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 67210 0 0 0 27127 1096 0 0 20 0 1 0 218373101 3668996096 774661 33554432000 4194304 5849708 140734245907584 140734245906680 140345481305991 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 895751 774661 702 405 0 892696 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 3583004 KiB
Current children cumulated memory: 3098644 KiB

[startup+342.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/187 15174
/proc/meminfo: memFree=10171456/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=3845148 memory=3360788 CPUtime=342.22 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 77896 0 0 0 32900 1322 0 0 20 0 1 0 218373101 3937431552 840197 33554432000 4194304 5849708 140734245907584 140734245906680 140345481305991 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 961287 840197 702 405 0 958232 0
Current children cumulated CPU time: 342.22 s
Current children cumulated vsize: 3845148 KiB
Current children cumulated memory: 3360788 KiB

[startup+402.3 s]
/proc/loadavg: 2.06 2.06 2.05 3/187 15176
/proc/meminfo: memFree=10107212/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=3845148 memory=3360788 CPUtime=402.21 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 88933 0 0 0 38660 1561 0 0 20 0 1 0 218373101 3937431552 840197 33554432000 4194304 5849708 140734245907584 140734245906680 140345481305991 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 961287 840197 702 405 0 958232 0
Current children cumulated CPU time: 402.21 s
Current children cumulated vsize: 3845148 KiB
Current children cumulated memory: 3360788 KiB

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 15177
/proc/meminfo: memFree=10106988/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=3845148 memory=3360788 CPUtime=462.2 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 100278 0 0 0 44423 1797 0 0 20 0 1 0 218373101 3937431552 840197 33554432000 4194304 5849708 140734245907584 140734245906824 140345481305991 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 961287 840197 702 405 0 958232 0
Current children cumulated CPU time: 462.2 s
Current children cumulated vsize: 3845148 KiB
Current children cumulated memory: 3360788 KiB


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

/proc/meminfo: memFree=9731548/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5033020 CPUtime=1781.9 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1206229 0 0 0 173912 4278 0 0 20 0 1 0 218373101 5647523840 1258255 33554432000 4194304 5849708 140734245907584 140734245905832 140345481707928 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1258255 718 405 0 1375735 0
Current children cumulated CPU time: 1781.9 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5033020 KiB

[startup+1842.3 s]
/proc/loadavg: 2.27 2.12 2.08 3/188 15284
/proc/meminfo: memFree=9800192/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=1841.89 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1216974 0 0 0 179907 4282 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 140345481707958 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 1841.89 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

[startup+1902.3 s]
/proc/loadavg: 2.10 2.10 2.08 3/188 15285
/proc/meminfo: memFree=9789080/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=1901.89 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1228019 0 0 0 185903 4286 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 140345481707933 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 1901.89 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

[startup+1962.3 s]
/proc/loadavg: 2.04 2.08 2.07 3/188 15286
/proc/meminfo: memFree=9742892/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=1961.88 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1238535 0 0 0 191899 4289 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 140345481707884 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 1961.88 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.07 2.06 3/187 15288
/proc/meminfo: memFree=9742444/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=2021.88 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1248942 0 0 0 197894 4294 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 5310528 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 2021.88 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/186 15289
/proc/meminfo: memFree=9743292/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=2081.87 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1259423 0 0 0 203888 4299 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 5310496 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 2081.87 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 15291
/proc/meminfo: memFree=9742172/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=2141.86 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1269820 0 0 0 209884 4302 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 140345481707884 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 2141.86 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 15293
/proc/meminfo: memFree=9697064/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=2201.86 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1279639 0 0 0 215880 4306 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 5310535 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 2201.86 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 15294
/proc/meminfo: memFree=9651692/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=2261.85 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1289485 0 0 0 221875 4310 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 5398366 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 2261.85 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 15303
/proc/meminfo: memFree=9648804/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=2321.84 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1299281 0 0 0 227870 4314 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 5310543 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 2321.84 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 15327
/proc/meminfo: memFree=9647576/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=2381.84 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1308997 0 0 0 233866 4318 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 5310531 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 2381.84 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 15328
/proc/meminfo: memFree=9584408/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=2441.84 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1318600 0 0 0 239862 4322 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 5310531 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 2441.84 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 15329
/proc/meminfo: memFree=9584048/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=2501.83 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1328113 0 0 0 245857 4326 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 5310535 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 2501.83 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 15329
/proc/meminfo: memFree=9649024/32770624 swapFree=67108688/67108860
[pid=15167] ppid=15164 vsize=5515160 memory=5036732 CPUtime=2519.54 cores=1,3,5,7
/proc/15167/stat : 15167 (xcsp_picat) R 15164 15167 12810 0 -1 4202496 1331117 0 0 0 247627 4327 0 0 20 0 1 0 218373101 5647523840 1259183 33554432000 4194304 5849708 140734245907584 140734245905832 5310531 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 35893248 140734245913782 140734245913860 140734245913860 140734245916618 0
/proc/15167/statm: 1378790 1259183 718 405 0 1375735 0
Current children cumulated CPU time: 2519.54 s
Current children cumulated vsize: 5515160 KiB
Current children cumulated memory: 5036732 KiB

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

[startup+2520.13 s]
# the end of solver process 15167 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2476.28 s, system=43.3964 s

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

[startup+2520.11 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 15329
/proc/meminfo: memFree=11557740/32770624 swapFree=67108688/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.13
CPU time (s): 2519.67
CPU user time (s): 2476.28
CPU system time (s): 43.3964
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 7535648
Max. memory (cumulated for all children) (KiB): 7051288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2476.28
system time used= 43.3964
maximum resident set size= 7051288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1331118
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= 52
involuntary context switches= 2400


# summary of solver processes directly reported to runsolver:
#   pid: 15167
#   total CPU time (s): 2519.67
#   total CPU user time (s): 2476.28
#   total CPU system time (s): 43.3964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2338 second user time and 17.2978 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-11 19:21:42
IDJOB=4303118
IDBENCH=141248
IDSOLVER=2778
FILE ID=node106/4303118-1534008102
RUNJOBID= node106-1533989978-12842
PBS_JOBID= 21036938
Free space on /tmp= 39660 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko90_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303118-1534008102/watcher-4303118-1534008102 -o /tmp/evaluation-result-4303118-1534008102/solver-4303118-1534008102 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1533989978-12842 --watchdog 2580  xcsp_picat HOME/instance-4303118-1534008102.xml

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

MD5SUM BENCH= e1bd5b7e730358cb8a15a6f1e37f47a5
RANDOM SEED=1781078603

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        13542844 kB
MemAvailable:   30468452 kB
Buffers:          143788 kB
Cached:         16853268 kB
SwapCached:            0 kB
Active:          9904668 kB
Inactive:        8581120 kB
Active(anon):    1434696 kB
Inactive(anon):   107012 kB
Active(file):    8469972 kB
Inactive(file):  8474108 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              3572 kB
Writeback:             0 kB
AnonPages:       1506364 kB
Mapped:            52788 kB
Shmem:             49632 kB
Slab:             437532 kB
SReclaimable:     409988 kB
SUnreclaim:        27544 kB
KernelStack:        3584 kB
PageTables:         7804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3811000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1081344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39656 MiB
End job on node106 at 2018-08-11 20:03:43