Trace number 4303105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303105-1534007866/watcher-4303105-1534007866 -o /tmp/evaluation-result-4303105-1534007866/solver-4303105-1534007866 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1533990060-10871 --watchdog 2580 xcsp_picat HOME/instance-4303105-1534007866.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=12665, runsolver pid=12662

[startup+0.100114 s]*
/proc/loadavg: 2.05 2.04 2.05 3/187 12666
/proc/meminfo: memFree=27774504/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2025744 memory=23088 CPUtime=0.1 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 1323 0 0 0 10 0 0 0 20 0 1 0 218349762 2074361856 5772 33554432000 4194304 5849708 140720572112048 140720572111352 4504930 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 506436 5772 593 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 23088 KiB

[startup+0.209911 s]*
/proc/loadavg: 2.05 2.04 2.05 3/187 12666
/proc/meminfo: memFree=27760148/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2027308 memory=38172 CPUtime=0.21 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 2098 0 0 0 21 0 0 0 20 0 1 0 218349762 2075963392 9543 33554432000 4194304 5849708 140720572112048 140720572111352 139943376088967 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 506827 9543 690 405 0 503772 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027308 KiB
Current children cumulated memory: 38172 KiB

[startup+0.309624 s]*
/proc/loadavg: 2.05 2.04 2.05 3/187 12666
/proc/meminfo: memFree=27759404/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2028008 memory=38724 CPUtime=0.31 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 2293 0 0 0 30 1 0 0 20 0 1 0 218349762 2076680192 9681 33554432000 4194304 5849708 140720572112048 140720572111352 139943376088967 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 507002 9681 690 405 0 503947 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2028008 KiB
Current children cumulated memory: 38724 KiB

[startup+0.700229 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 12666
/proc/meminfo: memFree=27757916/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2030312 memory=41048 CPUtime=0.7 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 2869 0 0 0 68 2 0 0 20 0 1 0 218349762 2079039488 10262 33554432000 4194304 5849708 140720572112048 140720572111352 139943376088967 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 507578 10262 690 405 0 504523 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 2030312 KiB
Current children cumulated memory: 41048 KiB

[startup+1.50024 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 12666
/proc/meminfo: memFree=27756056/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2035432 memory=46200 CPUtime=1.49 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 4149 0 0 0 146 3 0 0 20 0 1 0 218349762 2084282368 11550 33554432000 4194304 5849708 140720572112048 140720572111352 139943376088967 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 508858 11550 690 405 0 505803 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2035432 KiB
Current children cumulated memory: 46200 KiB

[startup+3.1092 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 12666
/proc/meminfo: memFree=27742660/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2044524 memory=55496 CPUtime=3.1 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 6068 0 0 0 303 7 0 0 20 0 1 0 218349762 2093592576 13874 33554432000 4194304 5849708 140720572112048 140720572111224 139943376088967 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 511131 13874 690 405 0 508076 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2044524 KiB
Current children cumulated memory: 55496 KiB

[startup+6.30022 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 12666
/proc/meminfo: memFree=27754524/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2032960 memory=44248 CPUtime=6.29 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 12183 0 0 0 618 11 0 0 20 0 1 0 218349762 2081751040 11062 33554432000 4194304 5849708 140720572112048 140720572111224 139943376088967 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 508240 11062 735 405 0 505185 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2032960 KiB
Current children cumulated memory: 44248 KiB

[startup+12.7003 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 12666
/proc/meminfo: memFree=27717860/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2069612 memory=81024 CPUtime=12.7 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 16993 0 0 0 1252 18 0 0 20 0 1 0 218349762 2119282688 20256 33554432000 4194304 5849708 140720572112048 140720572110920 139943375677344 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 517403 20256 735 405 0 514348 0
Current children cumulated CPU time: 12.7 s
Current children cumulated vsize: 2069612 KiB
Current children cumulated memory: 81024 KiB

[startup+25.5004 s]
/proc/loadavg: 2.18 2.07 2.06 3/187 12666
/proc/meminfo: memFree=27554464/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2102384 memory=113796 CPUtime=25.5 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 21348 0 0 0 2525 25 0 0 20 0 1 0 218349762 2152841216 28449 33554432000 4194304 5849708 140720572112048 140720572111048 5438267 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 525596 28449 735 405 0 522541 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2102384 KiB
Current children cumulated memory: 113796 KiB

[startup+51.1094 s]
/proc/loadavg: 2.46 2.14 2.08 3/187 12666
/proc/meminfo: memFree=27552852/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2102384 memory=113796 CPUtime=51.1 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 25128 0 0 0 5070 40 0 0 20 0 1 0 218349762 2152841216 28449 33554432000 4194304 5849708 140720572112048 140720572111048 5362070 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 525596 28449 735 405 0 522541 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2102384 KiB
Current children cumulated memory: 113796 KiB

[startup+102.3 s]
/proc/loadavg: 2.68 2.25 2.12 3/187 12667
/proc/meminfo: memFree=27552800/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2102384 memory=113796 CPUtime=102.3 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 31972 0 0 0 10163 67 0 0 20 0 1 0 218349762 2152841216 28449 33554432000 4194304 5849708 140720572112048 140720572111048 5437824 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 525596 28449 735 405 0 522541 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2102384 KiB
Current children cumulated memory: 113796 KiB

[startup+162.3 s]
/proc/loadavg: 2.35 2.24 2.13 3/187 12675
/proc/meminfo: memFree=26751744/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2114524 memory=125812 CPUtime=162.3 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 37769 0 0 0 16129 101 0 0 20 0 1 0 218349762 2165272576 31453 33554432000 4194304 5849708 140720572112048 140720572111048 5437647 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 528631 31453 735 405 0 525576 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2114524 KiB
Current children cumulated memory: 125812 KiB

[startup+222.3 s]
/proc/loadavg: 2.13 2.20 2.12 3/187 12676
/proc/meminfo: memFree=26793912/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2069740 memory=81008 CPUtime=222.3 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 43407 0 0 0 22096 134 0 0 20 0 1 0 218349762 2119413760 20252 33554432000 4194304 5849708 140720572112048 140720572111144 5339372 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 517435 20252 735 405 0 514380 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2069740 KiB
Current children cumulated memory: 81008 KiB

[startup+282.3 s]
/proc/loadavg: 2.05 2.16 2.12 3/187 12677
/proc/meminfo: memFree=26951072/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2102512 memory=113800 CPUtime=282.3 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 47577 0 0 0 28063 167 0 0 20 0 1 0 218349762 2152972288 28450 33554432000 4194304 5849708 140720572112048 140720572111048 5438327 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 525628 28450 735 405 0 522573 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2102512 KiB
Current children cumulated memory: 113800 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 2.13 2.11 3/187 12678
/proc/meminfo: memFree=26951200/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2102512 memory=113800 CPUtime=342.3 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 48196 0 0 0 34036 194 0 0 20 0 1 0 218349762 2152972288 28450 33554432000 4194304 5849708 140720572112048 140720572111048 5392279 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 525628 28450 735 405 0 522573 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2102512 KiB
Current children cumulated memory: 113800 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.11 2.11 3/187 12679
/proc/meminfo: memFree=26950940/32770624 swapFree=67030628/67108860
[pid=12665] ppid=12662 vsize=2102512 memory=113800 CPUtime=402.3 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 52452 0 0 0 40006 224 0 0 20 0 1 0 218349762 2152972288 28450 33554432000 4194304 5849708 140720572112048 140720572111208 5437855 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 525628 28450 735 405 0 522573 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2102512 KiB
Current children cumulated memory: 113800 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.09 2.10 3/187 12681
/proc/meminfo: memFree=26951224/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2102512 memory=113800 CPUtime=462.3 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 52474 0 0 0 45978 252 0 0 20 0 1 0 218349762 2152972288 28450 33554432000 4194304 5849708 140720572112048 140720572111048 5438192 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 525628 28450 735 405 0 522573 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2102512 KiB
Current children cumulated memory: 113800 KiB


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

/proc/12665/statm: 565936 69845 735 405 0 562881 0
Current children cumulated CPU time: 1722.33 s
Current children cumulated vsize: 2263744 KiB
Current children cumulated memory: 279380 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 12721
/proc/meminfo: memFree=26163224/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2356352 memory=371884 CPUtime=1782.32 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 224096 0 0 0 177593 639 0 0 20 0 1 0 218349762 2412904448 92971 33554432000 4194304 5849708 140720572112048 140720572111048 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 589088 92971 735 405 0 586033 0
Current children cumulated CPU time: 1782.32 s
Current children cumulated vsize: 2356352 KiB
Current children cumulated memory: 371884 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 12722
/proc/meminfo: memFree=26163020/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2356352 memory=371988 CPUtime=1842.33 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 247378 0 0 0 183586 647 0 0 20 0 1 0 218349762 2412904448 92997 33554432000 4194304 5849708 140720572112048 140720572111048 139943376088967 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 589088 92997 735 405 0 586033 0
Current children cumulated CPU time: 1842.33 s
Current children cumulated vsize: 2356352 KiB
Current children cumulated memory: 371988 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 12723
/proc/meminfo: memFree=26163024/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2356352 memory=371988 CPUtime=1902.33 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 248178 0 0 0 189578 655 0 0 20 0 1 0 218349762 2412904448 92997 33554432000 4194304 5849708 140720572112048 140720572111208 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 589088 92997 735 405 0 586033 0
Current children cumulated CPU time: 1902.33 s
Current children cumulated vsize: 2356352 KiB
Current children cumulated memory: 371988 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 12732
/proc/meminfo: memFree=26096372/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2421888 memory=437424 CPUtime=1962.32 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 249370 0 0 0 195567 665 0 0 20 0 1 0 218349762 2480013312 109356 33554432000 4194304 5849708 140720572112048 140720572111048 5437684 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 605472 109356 735 405 0 602417 0
Current children cumulated CPU time: 1962.32 s
Current children cumulated vsize: 2421888 KiB
Current children cumulated memory: 437424 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 12733
/proc/meminfo: memFree=26097116/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2421888 memory=437524 CPUtime=2022.33 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 289947 0 0 0 201558 675 0 0 20 0 1 0 218349762 2480013312 109381 33554432000 4194304 5849708 140720572112048 140720572111048 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 605472 109381 735 405 0 602417 0
Current children cumulated CPU time: 2022.33 s
Current children cumulated vsize: 2421888 KiB
Current children cumulated memory: 437524 KiB

[startup+2082.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/188 12734
/proc/meminfo: memFree=26097688/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2421888 memory=437524 CPUtime=2082.33 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 317127 0 0 0 207548 685 0 0 20 0 1 0 218349762 2480013312 109381 33554432000 4194304 5849708 140720572112048 140720572111048 5335601 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 605472 109381 735 405 0 602417 0
Current children cumulated CPU time: 2082.33 s
Current children cumulated vsize: 2421888 KiB
Current children cumulated memory: 437524 KiB

[startup+2142.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/188 12735
/proc/meminfo: memFree=26240392/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2279408 memory=294916 CPUtime=2142.33 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 355519 0 0 0 213533 700 0 0 20 0 1 0 218349762 2334113792 73729 33554432000 4194304 5849708 140720572112048 140720572111048 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 569852 73729 735 405 0 566797 0
Current children cumulated CPU time: 2142.33 s
Current children cumulated vsize: 2279408 KiB
Current children cumulated memory: 294916 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/188 12736
/proc/meminfo: memFree=26240496/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2279408 memory=294916 CPUtime=2202.34 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 382298 0 0 0 219523 711 0 0 20 0 1 0 218349762 2334113792 73729 33554432000 4194304 5849708 140720572112048 140720572111048 5438261 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 569852 73729 735 405 0 566797 0
Current children cumulated CPU time: 2202.34 s
Current children cumulated vsize: 2279408 KiB
Current children cumulated memory: 294916 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 12738
/proc/meminfo: memFree=26201544/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2319188 memory=334696 CPUtime=2262.33 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 412157 0 0 0 225511 722 0 0 20 0 1 0 218349762 2374848512 83674 33554432000 4194304 5849708 140720572112048 140720572111048 139943376088967 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 579797 83674 735 405 0 576742 0
Current children cumulated CPU time: 2262.33 s
Current children cumulated vsize: 2319188 KiB
Current children cumulated memory: 334696 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 12740
/proc/meminfo: memFree=26200196/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2319188 memory=334696 CPUtime=2322.34 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 444262 0 0 0 231501 733 0 0 20 0 1 0 218349762 2374848512 83674 33554432000 4194304 5849708 140720572112048 140720572111048 5437714 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 579797 83674 735 405 0 576742 0
Current children cumulated CPU time: 2322.34 s
Current children cumulated vsize: 2319188 KiB
Current children cumulated memory: 334696 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 12741
/proc/meminfo: memFree=26200332/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2319188 memory=334696 CPUtime=2382.34 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 477203 0 0 0 237491 743 0 0 20 0 1 0 218349762 2374848512 83674 33554432000 4194304 5849708 140720572112048 140720572111208 139943376088967 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 579797 83674 735 405 0 576742 0
Current children cumulated CPU time: 2382.34 s
Current children cumulated vsize: 2319188 KiB
Current children cumulated memory: 334696 KiB

[startup+2442.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/187 12803
/proc/meminfo: memFree=24809196/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2319188 memory=334696 CPUtime=2442.34 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 512628 0 0 0 243476 758 0 0 20 0 1 0 218349762 2374848512 83674 33554432000 4194304 5849708 140720572112048 140720572111048 5437607 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 579797 83674 735 405 0 576742 0
Current children cumulated CPU time: 2442.34 s
Current children cumulated vsize: 2319188 KiB
Current children cumulated memory: 334696 KiB

[startup+2502.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 12804
/proc/meminfo: memFree=24316908/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2319188 memory=334696 CPUtime=2502.35 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 546766 0 0 0 249467 768 0 0 20 0 1 0 218349762 2374848512 83674 33554432000 4194304 5849708 140720572112048 140720572111048 5437592 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 579797 83674 735 405 0 576742 0
Current children cumulated CPU time: 2502.35 s
Current children cumulated vsize: 2319188 KiB
Current children cumulated memory: 334696 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.99 2.00 2.04 3/187 12805
/proc/meminfo: memFree=24316660/32770624 swapFree=67030632/67108860
[pid=12665] ppid=12662 vsize=2319188 memory=334696 CPUtime=2520.05 cores=1,3,5,7
/proc/12665/stat : 12665 (xcsp_picat) R 12662 12665 10838 0 -1 4202496 547471 0 0 0 251234 771 0 0 20 0 1 0 218349762 2374848512 83674 33554432000 4194304 5849708 140720572112048 140720572111048 5437705 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 36581376 140720572114102 140720572114180 140720572114180 140720572116938 0
/proc/12665/statm: 579797 83674 735 405 0 576742 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 2319188 KiB
Current children cumulated memory: 334696 KiB

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

[startup+2520.02 s]
# the end of solver process 12665 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.35 s, system=7.72421 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): 2520.07
CPU user time (s): 2512.35
CPU system time (s): 7.72421
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2421888
Max. memory (cumulated for all children) (KiB): 437524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.35
system time used= 7.72421
maximum resident set size= 437524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547472
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= 31
involuntary context switches= 666


# summary of solver processes directly reported to runsolver:
#   pid: 12665
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2512.35
#   total CPU system time (s): 7.72421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8379 second user time and 15.8304 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-11 19:17:46
IDJOB=4303105
IDBENCH=141245
IDSOLVER=2778
FILE ID=node102/4303105-1534007866
RUNJOBID= node102-1533990060-10871
PBS_JOBID= 21036939
Free space on /tmp= 38204 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc64a_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303105-1534007866/watcher-4303105-1534007866 -o /tmp/evaluation-result-4303105-1534007866/solver-4303105-1534007866 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1533990060-10871 --watchdog 2580  xcsp_picat HOME/instance-4303105-1534007866.xml

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

MD5SUM BENCH= 88cd58dcc4a8523a6c3e6ee988ef86c5
RANDOM SEED=59930613

node102.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.51
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.51
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.51
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.51
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:        27795672 kB
MemAvailable:   30421080 kB
Buffers:           29736 kB
Cached:          2858712 kB
SwapCached:        51276 kB
Active:          2893924 kB
Inactive:        1539832 kB
Active(anon):    1467808 kB
Inactive(anon):   128760 kB
Active(file):    1426116 kB
Inactive(file):  1411072 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030628 kB
Dirty:              3112 kB
Writeback:             0 kB
AnonPages:       1497880 kB
Mapped:            50524 kB
Shmem:             48952 kB
Slab:             235976 kB
SReclaimable:     208112 kB
SUnreclaim:        27864 kB
KernelStack:        3360 kB
PageTables:         8224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3219424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1122304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38080 MiB
End job on node102 at 2018-08-11 19:59:46