Trace number 4293872

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-06-15? (TO) 2519.84 2520

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc128_c18.xml
MD5SUM76ce32fb4bedcb1ec6c5e9897c61dbaf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables16512
Number of constraints63
Number of domains2
Minimum domain size7
Maximum domain size128
Distribution of domain sizes[{"size":7,"count":62},{"size":128,"count":128}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":16322},{"degree":1,"count":97},{"degree":2,"count":68},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":8,"count":8},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity128
Distribution of constraint arities[{"arity":3,"count":62},{"arity":128,"count":1}]
Number of extensional constraints62
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":62},{"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 (5836 MiB free)
  memory of node 1: 16384 MiB (6418 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293872-1532384715/watcher-4293872-1532384715 -o /tmp/evaluation-result-4293872-1532384715/solver-4293872-1532384715 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532369589-13985 --watchdog 2580 xcsp_picat HOME/instance-4293872-1532384715.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=15321, runsolver pid=15318

[startup+0.100341 s]*
/proc/loadavg: 2.02 2.08 2.07 3/187 15322
/proc/meminfo: memFree=12526544/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=129756 memory=27560 CPUtime=0.09 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 3034 0 0 0 9 0 0 0 20 0 1 0 56034662 132870144 6890 33554432000 4194304 5849740 140721816454496 140721816453800 4548525 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 32439 6890 598 405 0 29383 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 129756 KiB
Current children cumulated memory: 27560 KiB

[startup+0.209922 s]*
/proc/loadavg: 2.02 2.08 2.07 3/187 15322
/proc/meminfo: memFree=12512100/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=129756 memory=40088 CPUtime=0.2 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 3040 0 0 0 20 0 0 0 20 0 1 0 56034662 132870144 10022 33554432000 4194304 5849740 140721816454496 140721816453800 4490642 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 32439 10022 603 405 0 29383 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 129756 KiB
Current children cumulated memory: 40088 KiB

[startup+0.309875 s]*
/proc/loadavg: 2.02 2.08 2.07 3/187 15322
/proc/meminfo: memFree=12482436/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=151420 memory=50196 CPUtime=0.3 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 4414 0 0 0 29 1 0 0 20 0 1 0 56034662 155054080 12549 33554432000 4194304 5849740 140721816454496 140721816453800 5250855 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 37855 12549 603 405 0 34799 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 151420 KiB
Current children cumulated memory: 50196 KiB

[startup+0.700325 s]
/proc/loadavg: 2.10 2.10 2.08 3/187 15322
/proc/meminfo: memFree=12469716/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=156464 memory=63308 CPUtime=0.68 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 6907 0 0 0 64 4 0 0 20 0 1 0 56034662 160219136 15827 33554432000 4194304 5849740 140721816454496 140721816453800 5249600 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 39116 15827 603 405 0 36060 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 156464 KiB
Current children cumulated memory: 63308 KiB

[startup+1.50034 s]
/proc/loadavg: 2.10 2.10 2.08 3/187 15322
/proc/meminfo: memFree=12445512/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=165608 memory=68432 CPUtime=1.49 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 11295 0 0 0 138 11 0 0 20 0 1 0 56034662 169582592 17108 33554432000 4194304 5849740 140721816454496 140721816453464 5250855 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 41402 17108 603 405 0 38346 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 165608 KiB
Current children cumulated memory: 68432 KiB

[startup+3.10969 s]
/proc/loadavg: 2.10 2.10 2.08 3/187 15322
/proc/meminfo: memFree=12442876/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=175692 memory=90992 CPUtime=3.09 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 19354 0 0 0 286 23 0 0 20 0 1 0 56034662 179908608 22748 33554432000 4194304 5849740 140721816454496 140721816453464 5249553 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 43923 22748 603 405 0 40867 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 175692 KiB
Current children cumulated memory: 90992 KiB

[startup+6.30021 s]
/proc/loadavg: 2.09 2.10 2.08 3/187 15322
/proc/meminfo: memFree=12321136/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=233052 memory=182156 CPUtime=6.28 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 30085 0 0 0 593 35 0 0 20 0 1 0 56034662 238645248 45539 33554432000 4194304 5849740 140721816454496 140721816453608 140102983593863 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 58263 45539 694 405 0 55207 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 233052 KiB
Current children cumulated memory: 182156 KiB

[startup+12.7002 s]
/proc/loadavg: 2.08 2.10 2.08 3/187 15322
/proc/meminfo: memFree=12261524/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=257628 memory=207116 CPUtime=12.68 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 37748 0 0 0 1225 43 0 0 20 0 1 0 56034662 263811072 51779 33554432000 4194304 5849740 140721816454496 140721816453736 140102983593863 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 64407 51779 739 405 0 61351 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 257628 KiB
Current children cumulated memory: 207116 KiB

[startup+25.5003 s]
/proc/loadavg: 2.07 2.09 2.08 3/187 15322
/proc/meminfo: memFree=12193760/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=293816 memory=243304 CPUtime=25.49 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 48046 0 0 0 2497 52 0 0 20 0 1 0 56034662 300867584 60826 33554432000 4194304 5849740 140721816454496 140721816453496 140102983593863 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 73454 60826 739 405 0 70398 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 293816 KiB
Current children cumulated memory: 243304 KiB

[startup+51.1003 s]*
/proc/loadavg: 2.04 2.08 2.07 3/187 15322
/proc/meminfo: memFree=12103520/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=293816 memory=243304 CPUtime=51.09 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 52241 0 0 0 5041 68 0 0 20 0 1 0 56034662 300867584 60826 33554432000 4194304 5849740 140721816454496 140721816453368 5355841 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 73454 60826 739 405 0 70398 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 293816 KiB
Current children cumulated memory: 243304 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.07 2.07 3/187 15323
/proc/meminfo: memFree=11847584/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=293816 memory=243304 CPUtime=102.28 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 60806 0 0 0 10131 97 0 0 20 0 1 0 56034662 300867584 60826 33554432000 4194304 5849740 140721816454496 140721816453496 5437698 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 73454 60826 739 405 0 70398 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 293816 KiB
Current children cumulated memory: 243304 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/187 15324
/proc/meminfo: memFree=11797516/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=350968 memory=300456 CPUtime=162.27 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 82801 0 0 0 16093 134 0 0 20 0 1 0 56034662 359391232 75114 33554432000 4194304 5849740 140721816454496 140721816453496 5307464 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 87742 75114 739 405 0 84686 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 350968 KiB
Current children cumulated memory: 300456 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/187 15326
/proc/meminfo: memFree=11757052/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=390152 memory=339696 CPUtime=222.27 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 110787 0 0 0 22055 172 0 0 20 0 1 0 56034662 399515648 84924 33554432000 4194304 5849740 140721816454496 140721816453496 140102983593863 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 97538 84924 739 405 0 94482 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 390152 KiB
Current children cumulated memory: 339696 KiB

[startup+282.3 s]
/proc/loadavg: 2.06 2.05 2.06 3/187 15327
/proc/meminfo: memFree=11752084/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=390152 memory=339696 CPUtime=282.25 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 138212 0 0 0 28018 207 0 0 20 0 1 0 56034662 399515648 84924 33554432000 4194304 5849740 140721816454496 140721816453496 5335552 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 97538 84924 739 405 0 94482 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 390152 KiB
Current children cumulated memory: 339696 KiB

[startup+342.3 s]
/proc/loadavg: 2.13 2.07 2.06 3/188 15336
/proc/meminfo: memFree=11752500/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=390152 memory=339696 CPUtime=342.24 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 155530 0 0 0 33982 242 0 0 20 0 1 0 56034662 399515648 84924 33554432000 4194304 5849740 140721816454496 140721816453496 5437467 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 97538 84924 739 405 0 94482 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 390152 KiB
Current children cumulated memory: 339696 KiB

[startup+402.3 s]
/proc/loadavg: 2.05 2.06 2.06 3/188 15337
/proc/meminfo: memFree=11752704/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=390152 memory=339696 CPUtime=402.23 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 162900 0 0 0 39945 278 0 0 20 0 1 0 56034662 399515648 84924 33554432000 4194304 5849740 140721816454496 140721816453496 5340205 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 97538 84924 739 405 0 94482 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 390152 KiB
Current children cumulated memory: 339696 KiB

[startup+462.3 s]
/proc/loadavg: 2.06 2.07 2.06 3/188 15338
/proc/meminfo: memFree=11752532/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=390152 memory=339696 CPUtime=462.23 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 163037 0 0 0 45910 313 0 0 20 0 1 0 56034662 399515648 84924 33554432000 4194304 5849740 140721816454496 140721816453496 140102983593863 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 97538 84924 739 405 0 94482 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 390152 KiB
Current children cumulated memory: 339696 KiB


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

/proc/15321/statm: 94496 82525 739 405 0 91440 0
Current children cumulated CPU time: 1782.15 s
Current children cumulated vsize: 377984 KiB
Current children cumulated memory: 330100 KiB

[startup+1842.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 15378
/proc/meminfo: memFree=11760136/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=377984 memory=330100 CPUtime=1842.15 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 398681 0 0 0 183178 1037 0 0 20 0 1 0 56034662 387055616 82525 33554432000 4194304 5849740 140721816454496 140721816453496 140102983593863 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 94496 82525 739 405 0 91440 0
Current children cumulated CPU time: 1842.15 s
Current children cumulated vsize: 377984 KiB
Current children cumulated memory: 330100 KiB

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 15379
/proc/meminfo: memFree=11760640/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=377984 memory=330100 CPUtime=1902.14 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 399122 0 0 0 189152 1062 0 0 20 0 1 0 56034662 387055616 82525 33554432000 4194304 5849740 140721816454496 140721816453496 5437825 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 94496 82525 739 405 0 91440 0
Current children cumulated CPU time: 1902.14 s
Current children cumulated vsize: 377984 KiB
Current children cumulated memory: 330100 KiB

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 15380
/proc/meminfo: memFree=11760264/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=377984 memory=330100 CPUtime=1962.14 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 399557 0 0 0 195125 1089 0 0 20 0 1 0 56034662 387055616 82525 33554432000 4194304 5849740 140721816454496 140721816453496 5335568 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 94496 82525 739 405 0 91440 0
Current children cumulated CPU time: 1962.14 s
Current children cumulated vsize: 377984 KiB
Current children cumulated memory: 330100 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15382
/proc/meminfo: memFree=11760548/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=377984 memory=330100 CPUtime=2022.14 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 400006 0 0 0 201101 1113 0 0 20 0 1 0 56034662 387055616 82525 33554432000 4194304 5849740 140721816454496 140721816453368 140102983593863 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 94496 82525 739 405 0 91440 0
Current children cumulated CPU time: 2022.14 s
Current children cumulated vsize: 377984 KiB
Current children cumulated memory: 330100 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15383
/proc/meminfo: memFree=11797988/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=339832 memory=292076 CPUtime=2082.14 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 417136 0 0 0 207067 1147 0 0 20 0 1 0 56034662 347987968 73019 33554432000 4194304 5849740 140721816454496 140721816453496 5437808 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 84958 73019 739 405 0 81902 0
Current children cumulated CPU time: 2082.14 s
Current children cumulated vsize: 339832 KiB
Current children cumulated memory: 292076 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 15392
/proc/meminfo: memFree=11797304/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=342072 memory=294032 CPUtime=2142.14 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 418302 0 0 0 213041 1173 0 0 20 0 1 0 56034662 350281728 73508 33554432000 4194304 5849740 140721816454496 140721816453496 5340242 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 85518 73508 739 405 0 82462 0
Current children cumulated CPU time: 2142.14 s
Current children cumulated vsize: 342072 KiB
Current children cumulated memory: 294032 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 15418
/proc/meminfo: memFree=11773308/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=365096 memory=317212 CPUtime=2202.13 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 420928 0 0 0 219013 1200 0 0 20 0 1 0 56034662 373858304 79303 33554432000 4194304 5849740 140721816454496 140721816453496 140102983593863 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 91274 79303 739 405 0 88218 0
Current children cumulated CPU time: 2202.13 s
Current children cumulated vsize: 365096 KiB
Current children cumulated memory: 317212 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 15419
/proc/meminfo: memFree=11773300/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=365096 memory=317212 CPUtime=2262.13 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 423887 0 0 0 224984 1229 0 0 20 0 1 0 56034662 373858304 79303 33554432000 4194304 5849740 140721816454496 140721816453496 5437629 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 91274 79303 739 405 0 88218 0
Current children cumulated CPU time: 2262.13 s
Current children cumulated vsize: 365096 KiB
Current children cumulated memory: 317212 KiB

[startup+2322.3 s]
/proc/loadavg: 2.29 2.08 2.07 3/188 15420
/proc/meminfo: memFree=11773300/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=365096 memory=317212 CPUtime=2322.13 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 424337 0 0 0 230955 1258 0 0 20 0 1 0 56034662 373858304 79303 33554432000 4194304 5849740 140721816454496 140721816453368 140102983593863 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 91274 79303 739 405 0 88218 0
Current children cumulated CPU time: 2322.13 s
Current children cumulated vsize: 365096 KiB
Current children cumulated memory: 317212 KiB

[startup+2382.3 s]
/proc/loadavg: 2.29 2.14 2.09 3/188 15421
/proc/meminfo: memFree=11773424/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=365096 memory=317212 CPUtime=2382.14 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 426830 0 0 0 236933 1281 0 0 20 0 1 0 56034662 373858304 79303 33554432000 4194304 5849740 140721816454496 140721816453496 140102983593863 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 91274 79303 739 405 0 88218 0
Current children cumulated CPU time: 2382.14 s
Current children cumulated vsize: 365096 KiB
Current children cumulated memory: 317212 KiB

[startup+2442.3 s]
/proc/loadavg: 2.11 2.11 2.08 3/187 15422
/proc/meminfo: memFree=11763824/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=373572 memory=325688 CPUtime=2442.13 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 430871 0 0 0 242901 1312 0 0 20 0 1 0 56034662 382537728 81422 33554432000 4194304 5849740 140721816454496 140721816453496 5339649 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 93393 81422 739 405 0 90337 0
Current children cumulated CPU time: 2442.13 s
Current children cumulated vsize: 373572 KiB
Current children cumulated memory: 325688 KiB

[startup+2502.3 s]
/proc/loadavg: 2.04 2.09 2.07 3/187 15423
/proc/meminfo: memFree=11764072/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=373572 memory=325688 CPUtime=2502.13 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 434063 0 0 0 248875 1338 0 0 20 0 1 0 56034662 382537728 81422 33554432000 4194304 5849740 140721816454496 140721816453496 5335598 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 93393 81422 739 405 0 90337 0
Current children cumulated CPU time: 2502.13 s
Current children cumulated vsize: 373572 KiB
Current children cumulated memory: 325688 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.03 2.09 2.07 3/187 15484
/proc/meminfo: memFree=12492176/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=373572 memory=325688 CPUtime=2519.83 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 434790 0 0 0 250640 1343 0 0 20 0 1 0 56034662 382537728 81422 33554432000 4194304 5849740 140721816454496 140721816452760 4211391 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 93393 81422 739 405 0 90337 0
Current children cumulated CPU time: 2519.83 s
Current children cumulated vsize: 373572 KiB
Current children cumulated memory: 325688 KiB

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

[startup+2520 s]
# the end of solver process 15321 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2506.4 s, system=13.4383 s

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

[startup+2520 s]
/proc/loadavg: 2.03 2.09 2.07 3/187 15484
/proc/meminfo: memFree=12492176/32770624 swapFree=67108860/67108860
[pid=15321] ppid=15318 vsize=373572 memory=325688 CPUtime=2519.83 cores=0,2,4,6
/proc/15321/stat : 15321 (xcsp_picat) R 15318 15321 13954 0 -1 4202496 434790 0 0 0 250640 1343 0 0 20 0 1 0 56034662 382537728 81422 33554432000 4194304 5849740 140721816454496 140721816452760 4211391 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 46981120 140721816458422 140721816458500 140721816458500 140721816461258 0
/proc/15321/statm: 93393 81422 739 405 0 90337 0
Current children cumulated CPU time: 2519.83 s
Current children cumulated vsize: 373572 KiB
Current children cumulated memory: 325688 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520
CPU time (s): 2519.84
CPU user time (s): 2506.4
CPU system time (s): 13.4383
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 821860
Max. memory (cumulated for all children) (KiB): 773740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2506.4
system time used= 13.4383
maximum resident set size= 773740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434790
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= 45
involuntary context switches= 2952


# summary of solver processes directly reported to runsolver:
#   pid: 15321
#   total CPU time (s): 2519.84
#   total CPU user time (s): 2506.4
#   total CPU system time (s): 13.4383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9478 second user time and 17.2361 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-24 00:25:15
IDJOB=4293872
IDBENCH=141252
IDSOLVER=2754
FILE ID=node137/4293872-1532384715
RUNJOBID= node137-1532369589-13985
PBS_JOBID= 21021571
Free space on /tmp= 48720 MiB

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

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

MD5SUM BENCH= 76ce32fb4bedcb1ec6c5e9897c61dbaf
RANDOM SEED=1058955417

node137.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12550208 kB
MemAvailable:   31654156 kB
Buffers:          265532 kB
Cached:         18774392 kB
SwapCached:            0 kB
Active:          2153800 kB
Inactive:       17224672 kB
Active(anon):     341176 kB
Inactive(anon):    16944 kB
Active(file):    1812624 kB
Inactive(file): 17207728 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6296 kB
Writeback:             0 kB
AnonPages:        441440 kB
Mapped:            39628 kB
Shmem:             17036 kB
Slab:             540256 kB
SReclaimable:     512056 kB
SUnreclaim:        28200 kB
KernelStack:        3328 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     774364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

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