Trace number 4407573

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
(reference) PicatSAT 2019-09-12? (TO) 2400.06 2400.11

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-nug16a.xml
MD5SUMd203714480eb297c8cf0da3ad77b9d1d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark875
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints121
Number of domains2
Minimum domain size8
Maximum domain size16
Distribution of domain sizes[{"size":8,"count":120},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":16,"count":16}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":120},{"arity":16,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

20.10/20.18	c xcsp_picat version 2.7b12 (9/12/2019)
20.10/20.18	o 1016

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407573-1569509642/watcher-4407573-1569509642 -o /var/tmp/evaluation-result-4407573-1569509642/solver-4407573-1569509642 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1569509603-12793 --watchdog 2560 xcsp_picat HOME/instance-4407573-1569509642.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=12819, runsolver pid=12816

[startup+0.100149 s]*
/proc/loadavg: 0.00 0.01 0.05 3/199 12824
/proc/meminfo: memFree=31940900/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2037372 memory=29160 CPUtime=0.1 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 2344 0 0 0 10 0 0 0 20 0 1 0 527202840 2086268928 7290 33554432000 4194304 5870510 140731503235520 140731503232664 5562059 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 509343 7290 942 410 0 504816 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2037372 KiB
Current children cumulated memory: 29160 KiB

[startup+0.209796 s]*
/proc/loadavg: 0.00 0.01 0.05 3/199 12824
/proc/meminfo: memFree=31929736/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2039560 memory=34132 CPUtime=0.21 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 3209 0 0 0 21 0 0 0 20 0 1 0 527202840 2088509440 8533 33554432000 4194304 5870510 140731503235520 140731503232664 5337536 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 509890 8533 959 410 0 505363 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2039560 KiB
Current children cumulated memory: 34132 KiB

[startup+0.30963 s]*
/proc/loadavg: 0.00 0.01 0.05 3/199 12824
/proc/meminfo: memFree=31931456/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2037640 memory=32424 CPUtime=0.3 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 3688 0 0 0 30 0 0 0 20 0 1 0 527202840 2086543360 8106 33554432000 4194304 5870510 140731503235520 140731503234776 5298780 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 509410 8106 989 410 0 504883 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2037640 KiB
Current children cumulated memory: 32424 KiB

[startup+0.700287 s]
/proc/loadavg: 0.00 0.01 0.05 3/199 12824
/proc/meminfo: memFree=31930836/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2039448 memory=34248 CPUtime=0.69 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 4140 0 0 0 68 1 0 0 20 0 1 0 527202840 2088394752 8562 33554432000 4194304 5870510 140731503235520 140731503234776 5298780 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 509862 8562 989 410 0 505335 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2039448 KiB
Current children cumulated memory: 34248 KiB

[startup+1.50031 s]
/proc/loadavg: 0.16 0.05 0.06 3/199 12824
/proc/meminfo: memFree=31918372/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2054560 memory=46244 CPUtime=1.49 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 6091 0 0 0 148 1 0 0 20 0 1 0 527202840 2103869440 11561 33554432000 4194304 5870510 140731503235520 140731503233592 5262718 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 513640 11561 991 410 0 509113 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2054560 KiB
Current children cumulated memory: 46244 KiB

[startup+3.10962 s]
/proc/loadavg: 0.16 0.05 0.06 3/199 12824
/proc/meminfo: memFree=31895948/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2055776 memory=46236 CPUtime=3.1 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 11755 0 0 0 308 2 0 0 20 0 1 0 527202840 2105114624 11559 33554432000 4194304 5870510 140731503235520 140731503234472 5282759 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 513944 11559 991 410 0 509417 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2055776 KiB
Current children cumulated memory: 46236 KiB

[startup+6.3003 s]
/proc/loadavg: 0.31 0.08 0.07 3/199 12824
/proc/meminfo: memFree=31878768/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2068132 memory=54372 CPUtime=6.29 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 15429 0 0 0 626 3 0 0 20 0 1 0 527202840 2117767168 13593 33554432000 4194304 5870510 140731503235520 140731503234696 5308388 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 517033 13593 998 410 0 512506 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2068132 KiB
Current children cumulated memory: 54372 KiB

[startup+12.7003 s]
/proc/loadavg: 0.45 0.11 0.08 3/200 12827
/proc/meminfo: memFree=31841888/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2076792 memory=72948 CPUtime=12.69 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 19188 0 0 0 1265 4 0 0 20 0 1 0 527202840 2126635008 18237 33554432000 4194304 5870510 140731503235520 140731503234088 5283106 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 519198 18237 998 410 0 514671 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2076792 KiB
Current children cumulated memory: 72948 KiB

[startup+25.5004 s]
/proc/loadavg: 0.68 0.17 0.10 3/199 12827
/proc/meminfo: memFree=31841380/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2076792 memory=72948 CPUtime=25.48 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 21784 0 0 0 2544 4 0 0 20 0 1 0 527202840 2126635008 18237 33554432000 4194304 5870510 140731503235520 140731503234632 5272722 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 519198 18237 998 410 0 514671 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2076792 KiB
Current children cumulated memory: 72948 KiB

[startup+51.1096 s]
/proc/loadavg: 1.20 0.35 0.16 3/199 12827
/proc/meminfo: memFree=31835552/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2086380 memory=79004 CPUtime=51.1 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 23664 0 0 0 5105 5 0 0 20 0 1 0 527202840 2136453120 19751 33554432000 4194304 5870510 140731503235520 140731503233960 5282627 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 521595 19751 998 410 0 517068 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2086380 KiB
Current children cumulated memory: 79004 KiB

[startup+102.3 s]
/proc/loadavg: 1.71 0.62 0.26 3/199 12834
/proc/meminfo: memFree=31806312/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2093892 memory=93236 CPUtime=102.28 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 25926 0 0 0 10223 5 0 0 20 0 1 0 527202840 2144145408 23309 33554432000 4194304 5870510 140731503235520 140731503234088 5282738 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 523473 23309 998 410 0 518946 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2093892 KiB
Current children cumulated memory: 93236 KiB

[startup+162.3 s]
/proc/loadavg: 1.89 0.87 0.37 3/199 12838
/proc/meminfo: memFree=31799840/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2098312 memory=96560 CPUtime=162.28 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 27575 0 0 0 16223 5 0 0 20 0 1 0 527202840 2148671488 24140 33554432000 4194304 5870510 140731503235520 140731503234088 5282752 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 524578 24140 998 410 0 520051 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2098312 KiB
Current children cumulated memory: 96560 KiB

[startup+222.3 s]
/proc/loadavg: 1.96 1.08 0.47 3/199 12842
/proc/meminfo: memFree=31775740/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2110048 memory=107936 CPUtime=222.28 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 28275 0 0 0 22223 5 0 0 20 0 1 0 527202840 2160689152 26984 33554432000 4194304 5870510 140731503235520 140731503234088 5282606 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 527512 26984 998 410 0 522985 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2110048 KiB
Current children cumulated memory: 107936 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.24 0.57 3/199 12849
/proc/meminfo: memFree=31757416/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2128700 memory=112020 CPUtime=282.28 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 30821 0 0 0 28222 6 0 0 20 0 1 0 527202840 2179788800 28005 33554432000 4194304 5870510 140731503235520 140731503233960 5282525 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 532175 28005 998 410 0 527648 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2128700 KiB
Current children cumulated memory: 112020 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.38 0.66 3/198 12853
/proc/meminfo: memFree=31753852/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2128700 memory=117040 CPUtime=342.28 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 33796 0 0 0 34222 6 0 0 20 0 1 0 527202840 2179788800 29260 33554432000 4194304 5870510 140731503235520 140731503233960 5272544 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 532175 29260 998 410 0 527648 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2128700 KiB
Current children cumulated memory: 117040 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 0.74 3/200 12866
/proc/meminfo: memFree=31748548/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2128700 memory=121136 CPUtime=402.28 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 33883 0 0 0 40222 6 0 0 20 0 1 0 527202840 2179788800 30284 33554432000 4194304 5870510 140731503235520 140731503233960 5282717 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 532175 30284 998 410 0 527648 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2128700 KiB
Current children cumulated memory: 121136 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.82 3/201 12895
/proc/meminfo: memFree=31740268/32770624 swapFree=66951968/67108860
[pid=12819] ppid=12816 vsize=2129228 memory=128600 CPUtime=462.27 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 36789 0 0 0 46221 6 0 0 20 0 1 0 527202840 2180329472 32150 33554432000 4194304 5870510 140731503235520 140731503234088 5282651 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 532307 32150 998 410 0 527780 0
Current children cumulated CPU time: 462.27 s
Current children cumulated vsize: 2129228 KiB
Current children cumulated memory: 128600 KiB


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

/proc/12819/statm: 546471 44620 998 410 0 541944 0
Current children cumulated CPU time: 1662.25 s
Current children cumulated vsize: 2185884 KiB
Current children cumulated memory: 178480 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 1.76 3/200 13011
/proc/meminfo: memFree=31627464/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186592 CPUtime=1722.25 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 69049 0 0 0 172214 11 0 0 20 0 1 0 527202840 2239873024 46648 33554432000 4194304 5870510 140731503235520 140731503234088 5283072 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46648 998 410 0 542317 0
Current children cumulated CPU time: 1722.25 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186592 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 1.77 3/199 13015
/proc/meminfo: memFree=31627244/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=1782.25 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 71982 0 0 0 178213 12 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5282489 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 1782.25 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.03 1.79 3/199 13019
/proc/meminfo: memFree=31627520/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=1842.25 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 72167 0 0 0 184213 12 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 1842.25 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 1.80 3/199 13026
/proc/meminfo: memFree=31627704/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=1902.25 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 74842 0 0 0 190213 12 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5282606 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 1902.25 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 1.81 3/199 13030
/proc/meminfo: memFree=31628368/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=1962.24 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 75201 0 0 0 196212 12 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5307629 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 1962.24 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/199 13034
/proc/meminfo: memFree=31613600/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=2022.25 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 79836 0 0 0 202212 13 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 2022.25 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/199 13041
/proc/meminfo: memFree=31614312/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=2082.25 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 80076 0 0 0 208212 13 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5282595 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 2082.25 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/199 13045
/proc/meminfo: memFree=31614456/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=2142.24 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 83056 0 0 0 214211 13 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5283135 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 2142.24 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/201 13058
/proc/meminfo: memFree=31613244/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=2202.24 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 83175 0 0 0 220211 13 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5283024 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 2202.24 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/201 13064
/proc/meminfo: memFree=31613708/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=2262.24 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 86491 0 0 0 226211 13 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5308388 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 2262.24 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/201 13068
/proc/meminfo: memFree=31613820/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=2322.24 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 86914 0 0 0 232211 13 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5283135 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 2322.24 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.88 3/201 13072
/proc/meminfo: memFree=31614120/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=2382.24 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 91134 0 0 0 238210 14 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5258673 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 2382.24 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.00 2.01 1.88 3/201 13074
/proc/meminfo: memFree=31613744/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=2400.05 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 91173 0 0 0 239991 14 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5282595 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

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

[startup+2400.11 s]
# the end of solver process 12819 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.91 s, system=0.147997 s

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

[startup+2400.11 s]
/proc/loadavg: 2.00 2.01 1.88 3/201 13074
/proc/meminfo: memFree=31613744/32770624 swapFree=66951984/67108860
[pid=12819] ppid=12816 vsize=2187376 memory=186748 CPUtime=2400.05 cores=0,2,4,6
/proc/12819/stat : 12819 (xcsp_picat) R 12816 12819 12762 0 -1 4202496 91173 0 0 0 239991 14 0 0 20 0 1 0 527202840 2239873024 46687 33554432000 4194304 5870510 140731503235520 140731503234088 5282595 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 48082944 140731503240199 140731503240281 140731503240281 140731503243206 0
/proc/12819/statm: 546844 46687 998 410 0 542317 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 2187376 KiB
Current children cumulated memory: 186748 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.11
CPU time (s): 2400.06
CPU user time (s): 2399.91
CPU system time (s): 0.147997
CPU usage (%): 99.9979
Max. virtual memory (cumulated for all children) (KiB): 2187376
Max. memory (cumulated for all children) (KiB): 186748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.91
system time used= 0.147997
maximum resident set size= 186748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91173
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= 10
involuntary context switches= 738


# summary of solver processes directly reported to runsolver:
#   pid: 12819
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2399.91
#   total CPU system time (s): 0.147997

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.97497 second user time and 18.3623 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-26 16:53:23
IDJOB=4407573
IDBENCH=123060
IDSOLVER=2873
FILE ID=node149/4407573-1569509642
RUNJOBID= node149-1569509603-12793
PBS_JOBID= 21705778
Free space on /var/tmp= 13480 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-nug16a.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407573-1569509642/watcher-4407573-1569509642 -o /var/tmp/evaluation-result-4407573-1569509642/solver-4407573-1569509642 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1569509603-12793 --watchdog 2560  xcsp_picat HOME/instance-4407573-1569509642.xml

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

MD5SUM BENCH= d203714480eb297c8cf0da3ad77b9d1d
RANDOM SEED=581571668

node149.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.81
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.81
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.81
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.81
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:        31996904 kB
MemAvailable:   31943512 kB
Buffers:            7148 kB
Cached:           102540 kB
SwapCached:        10928 kB
Active:            31768 kB
Inactive:          86328 kB
Active(anon):      13284 kB
Inactive(anon):    23188 kB
Active(file):      18484 kB
Inactive(file):    63140 kB
Unevictable:      111308 kB
Mlocked:          111308 kB
SwapTotal:      67108860 kB
SwapFree:       66951968 kB
Dirty:              6228 kB
Writeback:             0 kB
AnonPages:        111408 kB
Mapped:            21192 kB
Shmem:             18980 kB
Slab:             245720 kB
SReclaimable:     218016 kB
SUnreclaim:        27704 kB
KernelStack:        3328 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     534832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13476 MiB
End job on node149 at 2019-09-26 17:33:24