Trace number 4303115

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-02? (TO) 2519.97 2520.02

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-sko64_c18.xml
MD5SUM0f1e7a7a7866c79e3b2a53c7bc7dd539
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25546
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables4160
Number of constraints2017
Number of domains2
Minimum domain size8
Maximum domain size64
Distribution of domain sizes[{"size":8,"count":2016},{"size":64,"count":64}]
Minimum variable degree0
Maximum variable degree64
Distribution of variable degrees[{"degree":0,"count":2080},{"degree":2,"count":2016},{"degree":64,"count":64}]
Minimum constraint arity3
Maximum constraint arity64
Distribution of constraint arities[{"arity":3,"count":2016},{"arity":64,"count":1}]
Number of extensional constraints2016
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2016},{"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 (4825 MiB free)
  memory of node 1: 16384 MiB (3189 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303115-1534008380/watcher-4303115-1534008380 -o /tmp/evaluation-result-4303115-1534008380/solver-4303115-1534008380 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1533993477-10116 --watchdog 2580 xcsp_picat HOME/instance-4303115-1534008380.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100153 s]*
/proc/loadavg: 2.07 2.04 2.05 3/187 11612
/proc/meminfo: memFree=8185848/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2025744 memory=23620 CPUtime=0.1 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 1454 0 0 0 10 0 0 0 20 0 1 0 218401155 2074361856 5905 33554432000 4194304 5849708 140729958402960 140729958402960 4872112 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 506436 5905 597 405 0 503381 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 23620 KiB

[startup+0.20965 s]*
/proc/loadavg: 2.06 2.04 2.05 3/187 11612
/proc/meminfo: memFree=8171296/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2025744 memory=37956 CPUtime=0.21 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 1461 0 0 0 21 0 0 0 20 0 1 0 218401155 2074361856 9489 33554432000 4194304 5849708 140729958402960 140729958402264 4494144 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 506436 9489 597 405 0 503381 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 37956 KiB

[startup+0.309678 s]*
/proc/loadavg: 2.06 2.04 2.05 3/187 11612
/proc/meminfo: memFree=8158924/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2025744 memory=52292 CPUtime=0.31 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 1468 0 0 0 31 0 0 0 20 0 1 0 218401155 2074361856 13073 33554432000 4194304 5849708 140729958402960 140729958402264 4465878 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 506436 13073 597 405 0 503381 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 52292 KiB

[startup+0.700386 s]
/proc/loadavg: 2.06 2.04 2.05 3/187 11612
/proc/meminfo: memFree=8134224/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2025744 memory=99396 CPUtime=0.69 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 1491 0 0 0 68 1 0 0 20 0 1 0 218401155 2074361856 24849 33554432000 4194304 5849708 140729958402960 140729958402264 4872089 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 506436 24849 597 405 0 503381 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 99396 KiB

[startup+1.50039 s]
/proc/loadavg: 2.06 2.04 2.05 3/187 11612
/proc/meminfo: memFree=8070612/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2025744 memory=201804 CPUtime=1.49 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 1541 0 0 0 147 2 0 0 20 0 1 0 218401155 2074361856 50451 33554432000 4194304 5849708 140729958402960 140729958402264 4513858 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 506436 50451 599 405 0 503381 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 201804 KiB

[startup+3.10951 s]
/proc/loadavg: 2.06 2.04 2.05 3/187 11612
/proc/meminfo: memFree=7815132/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2025744 memory=398508 CPUtime=3.1 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 2235 0 0 0 305 5 0 0 20 0 1 0 218401155 2074361856 99627 33554432000 4194304 5849708 140729958402960 140729958402264 4873386 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 506436 99627 621 405 0 503381 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 398508 KiB

[startup+6.30027 s]
/proc/loadavg: 2.14 2.06 2.05 3/187 11612
/proc/meminfo: memFree=7720968/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2143168 memory=514752 CPUtime=6.29 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 10066 0 0 0 611 18 0 0 20 0 1 0 218401155 2194604032 128688 33554432000 4194304 5849708 140729958402960 140729958402056 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 535792 128688 702 405 0 532737 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2143168 KiB
Current children cumulated memory: 514752 KiB

[startup+12.7004 s]
/proc/loadavg: 2.12 2.06 2.05 3/187 11612
/proc/meminfo: memFree=7656280/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2208708 memory=580268 CPUtime=12.69 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 13306 0 0 0 1229 40 0 0 20 0 1 0 218401155 2261716992 145067 33554432000 4194304 5849708 140729958402960 140729958402072 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 552177 145067 702 405 0 549122 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2208708 KiB
Current children cumulated memory: 580268 KiB

[startup+25.5003 s]
/proc/loadavg: 2.11 2.05 2.05 3/187 11612
/proc/meminfo: memFree=7557984/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2274248 memory=645948 CPUtime=25.49 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 15517 0 0 0 2466 83 0 0 20 0 1 0 218401155 2328829952 161487 33554432000 4194304 5849708 140729958402960 140729958402072 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 568562 161487 702 405 0 565507 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2274248 KiB
Current children cumulated memory: 645948 KiB

[startup+51.1091 s]
/proc/loadavg: 2.13 2.06 2.06 3/187 11612
/proc/meminfo: memFree=7459600/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2372552 memory=744252 CPUtime=51.1 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 17175 0 0 0 4934 176 0 0 20 0 1 0 218401155 2429493248 186063 33554432000 4194304 5849708 140729958402960 140729958402056 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 593138 186063 702 405 0 590083 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2372552 KiB
Current children cumulated memory: 744252 KiB

[startup+102.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/187 11614
/proc/meminfo: memFree=7194380/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2569160 memory=940860 CPUtime=102.29 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 19951 0 0 0 9865 364 0 0 20 0 1 0 218401155 2630819840 235215 33554432000 4194304 5849708 140729958402960 140729958402072 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 642290 235215 702 405 0 639235 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2569160 KiB
Current children cumulated memory: 940860 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 11615
/proc/meminfo: memFree=6799872/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2962376 memory=1334076 CPUtime=162.29 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 31461 0 0 0 15633 596 0 0 20 0 1 0 218401155 3033473024 333519 33554432000 4194304 5849708 140729958402960 140729958402056 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 740594 333519 702 405 0 737539 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2962376 KiB
Current children cumulated memory: 1334076 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/188 11624
/proc/meminfo: memFree=6797020/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=2962376 memory=1334076 CPUtime=222.29 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 42868 0 0 0 21409 820 0 0 20 0 1 0 218401155 3033473024 333519 33554432000 4194304 5849708 140729958402960 140729958402200 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 740594 333519 702 405 0 737539 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2962376 KiB
Current children cumulated memory: 1334076 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 11625
/proc/meminfo: memFree=6736976/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3181264 memory=1553096 CPUtime=282.3 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 264292 0 0 0 27304 926 0 0 20 0 1 0 218401155 3257614336 388274 33554432000 4194304 5849708 140729958402960 140729958401960 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 795316 388274 734 405 0 792261 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 3181264 KiB
Current children cumulated memory: 1553096 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 11626
/proc/meminfo: memFree=6767696/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3155416 memory=1527248 CPUtime=342.29 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 333434 0 0 0 33286 943 0 0 20 0 1 0 218401155 3231145984 381812 33554432000 4194304 5849708 140729958402960 140729958401960 5312608 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 788854 381812 734 405 0 785799 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 3155416 KiB
Current children cumulated memory: 1527248 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 11627
/proc/meminfo: memFree=6171364/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3679704 memory=2051536 CPUtime=402.3 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 553860 0 0 0 39262 968 0 0 20 0 1 0 218401155 3768016896 512884 33554432000 4194304 5849708 140729958402960 140729958401448 5304883 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 919926 512884 734 405 0 916871 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 3679704 KiB
Current children cumulated memory: 2051536 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11628
/proc/meminfo: memFree=6657984/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3155360 memory=1527192 CPUtime=462.3 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 731949 0 0 0 45248 982 0 0 20 0 1 0 218401155 3231088640 381798 33554432000 4194304 5849708 140729958402960 140729958402120 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 788840 381798 734 405 0 785785 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 3155360 KiB
Current children cumulated memory: 1527192 KiB


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

/proc/11611/statm: 790759 383717 734 405 0 787704 0
Current children cumulated CPU time: 1722.25 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1534868 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 11728
/proc/meminfo: memFree=4463028/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3163036 memory=1534868 CPUtime=1782.24 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4490617 0 0 0 176857 1367 0 0 20 0 1 0 218401155 3238948864 383717 33554432000 4194304 5849708 140729958402960 140729958401960 5438246 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790759 383717 734 405 0 787704 0
Current children cumulated CPU time: 1782.24 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1534868 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11730
/proc/meminfo: memFree=4484464/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3163036 memory=1534868 CPUtime=1842.24 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4539851 0 0 0 182848 1376 0 0 20 0 1 0 218401155 3238948864 383717 33554432000 4194304 5849708 140729958402960 140729958401960 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790759 383717 734 405 0 787704 0
Current children cumulated CPU time: 1842.24 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1534868 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11732
/proc/meminfo: memFree=4485048/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3163036 memory=1534868 CPUtime=1902.23 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4591447 0 0 0 188837 1386 0 0 20 0 1 0 218401155 3238948864 383717 33554432000 4194304 5849708 140729958402960 140729958401960 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790759 383717 734 405 0 787704 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1534868 KiB

[startup+1962.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 11733
/proc/meminfo: memFree=4485520/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3163036 memory=1534868 CPUtime=1962.23 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4614382 0 0 0 194830 1393 0 0 20 0 1 0 218401155 3238948864 383717 33554432000 4194304 5849708 140729958402960 140729958401960 5437576 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790759 383717 734 405 0 787704 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1534868 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/189 11743
/proc/meminfo: memFree=4398972/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3163036 memory=1534868 CPUtime=2022.23 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4616598 0 0 0 200823 1400 0 0 20 0 1 0 218401155 3238948864 383717 33554432000 4194304 5849708 140729958402960 140729958401960 5437855 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790759 383717 734 405 0 787704 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1534868 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/189 11766
/proc/meminfo: memFree=4395396/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3163036 memory=1534868 CPUtime=2082.23 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4618393 0 0 0 206817 1406 0 0 20 0 1 0 218401155 3238948864 383717 33554432000 4194304 5849708 140729958402960 140729958401960 5437841 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790759 383717 734 405 0 787704 0
Current children cumulated CPU time: 2082.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1534868 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 11767
/proc/meminfo: memFree=4414204/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3163036 memory=1538580 CPUtime=2142.23 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4620031 0 0 0 212812 1411 0 0 20 0 1 0 218401155 3238948864 384645 33554432000 4194304 5849708 140729958402960 140729958401960 5437841 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790759 384645 734 405 0 787704 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1538580 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 11768
/proc/meminfo: memFree=4412396/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3163036 memory=1541056 CPUtime=2202.23 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4621595 0 0 0 218808 1415 0 0 20 0 1 0 218401155 3238948864 385264 33554432000 4194304 5849708 140729958402960 140729958401832 5392631 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790759 385264 734 405 0 787704 0
Current children cumulated CPU time: 2202.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1541056 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 11769
/proc/meminfo: memFree=4416240/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3163036 memory=1541056 CPUtime=2262.23 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4624104 0 0 0 224769 1454 0 0 20 0 1 0 218401155 3238948864 385264 33554432000 4194304 5849708 140729958402960 140729958401832 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790759 385264 734 405 0 787704 0
Current children cumulated CPU time: 2262.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1541056 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 11770
/proc/meminfo: memFree=4414948/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3163036 memory=1541056 CPUtime=2322.23 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4626340 0 0 0 230764 1459 0 0 20 0 1 0 218401155 3238948864 385264 33554432000 4194304 5849708 140729958402960 140729958401832 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790759 385264 734 405 0 787704 0
Current children cumulated CPU time: 2322.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1541056 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11771
/proc/meminfo: memFree=4415228/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3162760 memory=1540780 CPUtime=2382.23 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4628302 0 0 0 236760 1463 0 0 20 0 1 0 218401155 3238666240 385195 33554432000 4194304 5849708 140729958402960 140729958401960 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790690 385195 734 405 0 787635 0
Current children cumulated CPU time: 2382.23 s
Current children cumulated vsize: 3162760 KiB
Current children cumulated memory: 1540780 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11772
/proc/meminfo: memFree=4415300/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3162760 memory=1540780 CPUtime=2442.24 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4631240 0 0 0 242754 1470 0 0 20 0 1 0 218401155 3238666240 385195 33554432000 4194304 5849708 140729958402960 140729958401960 5437604 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 790690 385195 734 405 0 787635 0
Current children cumulated CPU time: 2442.24 s
Current children cumulated vsize: 3162760 KiB
Current children cumulated memory: 1540780 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 11773
/proc/meminfo: memFree=4405544/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3172744 memory=1550764 CPUtime=2502.24 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4635127 0 0 0 248746 1478 0 0 20 0 1 0 218401155 3248889856 387691 33554432000 4194304 5849708 140729958402960 140729958402120 5437580 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 793186 387691 734 405 0 790131 0
Current children cumulated CPU time: 2502.24 s
Current children cumulated vsize: 3172744 KiB
Current children cumulated memory: 1550764 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 11773
/proc/meminfo: memFree=4405804/32770624 swapFree=67108496/67108860
[pid=11611] ppid=11608 vsize=3172744 memory=1550764 CPUtime=2519.95 cores=1,3,5,7
/proc/11611/stat : 11611 (xcsp_picat) R 11608 11611 10084 0 -1 4202496 4635437 0 0 0 250515 1480 0 0 20 0 1 0 218401155 3248889856 387691 33554432000 4194304 5849708 140729958402960 140729958401960 139714289233799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9394900 41930752 140729958409398 140729958409476 140729958409476 140729958412234 0
/proc/11611/statm: 793186 387691 734 405 0 790131 0
Current children cumulated CPU time: 2519.95 s
Current children cumulated vsize: 3172744 KiB
Current children cumulated memory: 1550764 KiB

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

[startup+2520.02 s]
# the end of solver process 11611 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2505.16 s, system=14.8072 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.02
CPU time (s): 2519.97
CPU user time (s): 2505.16
CPU system time (s): 14.8072
CPU usage (%): 99.998
Max. virtual memory (cumulated for all children) (KiB): 3705552
Max. memory (cumulated for all children) (KiB): 2077384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2505.16
system time used= 14.8072
maximum resident set size= 2077384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4635438
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= 206
involuntary context switches= 750


# summary of solver processes directly reported to runsolver:
#   pid: 11611
#   total CPU time (s): 2519.97
#   total CPU user time (s): 2505.16
#   total CPU system time (s): 14.8072

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.381 second user time and 17.8091 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-11 19:26:20
IDJOB=4303115
IDBENCH=141250
IDSOLVER=2778
FILE ID=node149/4303115-1534008380
RUNJOBID= node149-1533993477-10116
PBS_JOBID= 21036951
Free space on /tmp= 38800 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko64_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303115-1534008380/watcher-4303115-1534008380 -o /tmp/evaluation-result-4303115-1534008380/solver-4303115-1534008380 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1533993477-10116 --watchdog 2580  xcsp_picat HOME/instance-4303115-1534008380.xml

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

MD5SUM BENCH= 0f1e7a7a7866c79e3b2a53c7bc7dd539
RANDOM SEED=771919629

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.60
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.60
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.60
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.60
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:         8207244 kB
MemAvailable:   31602900 kB
Buffers:          152268 kB
Cached:         23176796 kB
SwapCached:           28 kB
Active:          8643820 kB
Inactive:       15042512 kB
Active(anon):     304344 kB
Inactive(anon):   104936 kB
Active(file):    8339476 kB
Inactive(file): 14937576 kB
Unevictable:        7604 kB
Mlocked:            7604 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              3104 kB
Writeback:             0 kB
AnonPages:        411092 kB
Mapped:            55604 kB
Shmem:             49616 kB
Slab:             575008 kB
SReclaimable:     547064 kB
SUnreclaim:        27944 kB
KernelStack:        3360 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2674272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 38732 MiB
End job on node149 at 2018-08-11 20:08:20