Trace number 4309455

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-14? (TO) 2519.96 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 (10331 MiB free)
  memory of node 1: 16384 MiB (12977 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309455-1534303284/watcher-4309455-1534303284 -o /tmp/evaluation-result-4309455-1534303284/solver-4309455-1534303284 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534293202-13751 --watchdog 2580 xcsp_picat HOME/instance-4309455-1534303284.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=14805, runsolver pid=14802
Current StackSize limit: 8192 KiB


[startup+0.10017 s]*
/proc/loadavg: 2.00 2.04 2.06 3/188 14806
/proc/meminfo: memFree=23846828/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2025744 memory=25136 CPUtime=0.1 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 1360 0 0 0 10 0 0 0 20 0 1 0 247891621 2074361856 6284 33554432000 4194304 5849940 140721166830848 140721166830848 4538486 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 506436 6284 596 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 25136 KiB

[startup+0.209798 s]*
/proc/loadavg: 2.00 2.04 2.06 3/188 14806
/proc/meminfo: memFree=23832492/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2025744 memory=39472 CPUtime=0.21 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 1367 0 0 0 21 0 0 0 20 0 1 0 247891621 2074361856 9868 33554432000 4194304 5849940 140721166830848 140721166830848 4719616 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 506436 9868 596 405 0 503380 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 39472 KiB

[startup+0.30962 s]*
/proc/loadavg: 2.00 2.04 2.06 3/188 14806
/proc/meminfo: memFree=23820204/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2025744 memory=51760 CPUtime=0.31 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 1373 0 0 0 31 0 0 0 20 0 1 0 247891621 2074361856 12940 33554432000 4194304 5849940 140721166830848 140721166830848 4484781 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 506436 12940 596 405 0 503380 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 51760 KiB

[startup+0.70041 s]
/proc/loadavg: 2.00 2.04 2.06 3/188 14806
/proc/meminfo: memFree=23793468/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2025744 memory=101064 CPUtime=0.69 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 1397 0 0 0 69 0 0 0 20 0 1 0 247891621 2074361856 25266 33554432000 4194304 5849940 140721166830848 140721166830152 4507582 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 506436 25266 599 405 0 503380 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 101064 KiB

[startup+1.50037 s]
/proc/loadavg: 2.00 2.04 2.06 3/188 14806
/proc/meminfo: memFree=23732028/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2025744 memory=203464 CPUtime=1.49 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 1447 0 0 0 149 0 0 0 20 0 1 0 247891621 2074361856 50866 33554432000 4194304 5849940 140721166830848 140721166830152 4494144 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 506436 50866 599 405 0 503380 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 203464 KiB

[startup+3.10955 s]
/proc/loadavg: 2.00 2.04 2.06 3/188 14806
/proc/meminfo: memFree=23473612/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2025744 memory=398220 CPUtime=3.1 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 2111 0 0 0 310 0 0 0 20 0 1 0 247891621 2074361856 99555 33554432000 4194304 5849940 140721166830848 140721166830152 4873232 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 506436 99555 629 405 0 503380 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 398220 KiB

[startup+6.30027 s]
/proc/loadavg: 1.92 2.03 2.05 3/188 14806
/proc/meminfo: memFree=23353228/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2143168 memory=516656 CPUtime=6.29 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 9950 0 0 0 618 11 0 0 20 0 1 0 247891621 2194604032 129164 33554432000 4194304 5849940 140721166830848 140721166829960 140619399262087 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 535792 129164 702 405 0 532736 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2143168 KiB
Current children cumulated memory: 516656 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 2.03 2.05 3/188 14806
/proc/meminfo: memFree=23313924/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2208708 memory=582164 CPUtime=12.69 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 13193 0 0 0 1235 34 0 0 20 0 1 0 247891621 2261716992 145541 33554432000 4194304 5849940 140721166830848 140721166829832 140619399262087 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 552177 145541 702 405 0 549121 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2208708 KiB
Current children cumulated memory: 582164 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.02 2.05 3/188 14806
/proc/meminfo: memFree=23215872/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2274248 memory=647800 CPUtime=25.49 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 15554 0 0 0 2470 79 0 0 20 0 1 0 247891621 2328829952 161950 33554432000 4194304 5849940 140721166830848 140721166829960 140619399262087 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 568562 161950 702 405 0 565506 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2274248 KiB
Current children cumulated memory: 647800 KiB

[startup+51.1092 s]
/proc/loadavg: 2.03 2.04 2.05 3/188 14806
/proc/meminfo: memFree=23063316/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2372552 memory=746104 CPUtime=51.1 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 17338 0 0 0 4940 170 0 0 20 0 1 0 247891621 2429493248 186526 33554432000 4194304 5849940 140721166830848 140721166829944 140619399262087 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 593138 186526 702 405 0 590082 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2372552 KiB
Current children cumulated memory: 746104 KiB

[startup+102.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/188 14807
/proc/meminfo: memFree=22737344/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2569160 memory=942712 CPUtime=102.29 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 19783 0 0 0 9870 359 0 0 20 0 1 0 247891621 2630819840 235678 33554432000 4194304 5849940 140721166830848 140721166830088 140619399262087 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 642290 235678 702 405 0 639234 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2569160 KiB
Current children cumulated memory: 942712 KiB

[startup+162.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/188 14808
/proc/meminfo: memFree=22277828/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2962376 memory=1335928 CPUtime=162.29 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 31782 0 0 0 15644 585 0 0 20 0 1 0 247891621 3033473024 333982 33554432000 4194304 5849940 140721166830848 140721166829944 140619399262087 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 740594 333982 702 405 0 737538 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2962376 KiB
Current children cumulated memory: 1335928 KiB

[startup+222.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 14810
/proc/meminfo: memFree=22165332/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=2962376 memory=1335928 CPUtime=222.29 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 43491 0 0 0 21429 800 0 0 20 0 1 0 247891621 3033473024 333982 33554432000 4194304 5849940 140721166830848 140721166830088 140619399262087 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 740594 333982 702 405 0 737538 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2962376 KiB
Current children cumulated memory: 1335928 KiB

[startup+282.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/187 14811
/proc/meminfo: memFree=21945888/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3181264 memory=1554948 CPUtime=282.3 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 256289 0 0 0 27333 897 0 0 20 0 1 0 247891621 3257614336 388737 33554432000 4194304 5849940 140721166830848 140721166829720 140619399262087 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 795316 388737 734 405 0 792260 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 3181264 KiB
Current children cumulated memory: 1554948 KiB

[startup+342.3 s]
/proc/loadavg: 2.09 2.06 2.05 3/187 14812
/proc/meminfo: memFree=21938580/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3155416 memory=1529100 CPUtime=342.3 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 345153 0 0 0 33316 914 0 0 20 0 1 0 247891621 3231145984 382275 33554432000 4194304 5849940 140721166830848 140721166829848 5438453 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 788854 382275 734 405 0 785798 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 3155416 KiB
Current children cumulated memory: 1529100 KiB

[startup+402.3 s]
/proc/loadavg: 2.06 2.06 2.05 3/187 14814
/proc/meminfo: memFree=21381084/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3679704 memory=2053388 CPUtime=402.3 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 607058 0 0 0 39293 937 0 0 20 0 1 0 247891621 3768016896 513347 33554432000 4194304 5849940 140721166830848 140721166829336 5413552 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 919926 513347 734 405 0 916870 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 3679704 KiB
Current children cumulated memory: 2053388 KiB

[startup+462.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/187 14815
/proc/meminfo: memFree=21862436/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3155360 memory=1529044 CPUtime=462.3 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 752790 0 0 0 45279 951 0 0 20 0 1 0 247891621 3231088640 382261 33554432000 4194304 5849940 140721166830848 140721166829848 5437824 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 788840 382261 734 405 0 785784 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 3155360 KiB
Current children cumulated memory: 1529044 KiB


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

/proc/14805/statm: 790759 384180 734 405 0 787703 0
Current children cumulated CPU time: 1722.22 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1536720 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14922
/proc/meminfo: memFree=17152764/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3163036 memory=1536720 CPUtime=1782.22 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4182731 0 0 0 176881 1341 0 0 20 0 1 0 247891621 3238948864 384180 33554432000 4194304 5849940 140721166830848 140721166829848 5313196 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790759 384180 734 405 0 787703 0
Current children cumulated CPU time: 1782.22 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1536720 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14923
/proc/meminfo: memFree=17108816/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3163036 memory=1536720 CPUtime=1842.22 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4184777 0 0 0 182875 1347 0 0 20 0 1 0 247891621 3238948864 384180 33554432000 4194304 5849940 140721166830848 140721166829720 5339235 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790759 384180 734 405 0 787703 0
Current children cumulated CPU time: 1842.22 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1536720 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14924
/proc/meminfo: memFree=17151512/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3163036 memory=1538764 CPUtime=1902.22 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4186447 0 0 0 188869 1353 0 0 20 0 1 0 247891621 3238948864 384691 33554432000 4194304 5849940 140721166830848 140721166829720 5437819 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790759 384691 734 405 0 787703 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1538764 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14925
/proc/meminfo: memFree=17104036/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3163036 memory=1542476 CPUtime=1962.23 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4187974 0 0 0 194864 1359 0 0 20 0 1 0 247891621 3238948864 385619 33554432000 4194304 5849940 140721166830848 140721166829848 5313469 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790759 385619 734 405 0 787703 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1542476 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14927
/proc/meminfo: memFree=17147400/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3163036 memory=1543100 CPUtime=2022.22 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4189443 0 0 0 200857 1365 0 0 20 0 1 0 247891621 3238948864 385775 33554432000 4194304 5849940 140721166830848 140721166829848 5437772 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790759 385775 734 405 0 787703 0
Current children cumulated CPU time: 2022.22 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1543100 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 14928
/proc/meminfo: memFree=17147536/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3163036 memory=1543100 CPUtime=2082.23 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4191714 0 0 0 206850 1373 0 0 20 0 1 0 247891621 3238948864 385775 33554432000 4194304 5849940 140721166830848 140721166829720 140619399262087 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790759 385775 734 405 0 787703 0
Current children cumulated CPU time: 2082.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1543100 KiB

[startup+2142.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 14929
/proc/meminfo: memFree=17148328/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3163036 memory=1543100 CPUtime=2142.23 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4193401 0 0 0 212845 1378 0 0 20 0 1 0 247891621 3238948864 385775 33554432000 4194304 5849940 140721166830848 140721166829848 5313085 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790759 385775 734 405 0 787703 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1543100 KiB

[startup+2202.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 14931
/proc/meminfo: memFree=17016540/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3163036 memory=1543100 CPUtime=2202.23 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4196186 0 0 0 218833 1390 0 0 20 0 1 0 247891621 3238948864 385775 33554432000 4194304 5849940 140721166830848 140721166829848 5437819 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790759 385775 734 405 0 787703 0
Current children cumulated CPU time: 2202.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1543100 KiB

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 14932
/proc/meminfo: memFree=17016308/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3163036 memory=1543100 CPUtime=2262.23 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4198005 0 0 0 224830 1393 0 0 20 0 1 0 247891621 3238948864 385775 33554432000 4194304 5849940 140721166830848 140721166829848 5437828 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790759 385775 734 405 0 787703 0
Current children cumulated CPU time: 2262.23 s
Current children cumulated vsize: 3163036 KiB
Current children cumulated memory: 1543100 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 14941
/proc/meminfo: memFree=17016320/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3162760 memory=1542824 CPUtime=2322.24 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4199587 0 0 0 230826 1398 0 0 20 0 1 0 247891621 3238666240 385706 33554432000 4194304 5849940 140721166830848 140721166829720 5335737 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790690 385706 734 405 0 787634 0
Current children cumulated CPU time: 2322.24 s
Current children cumulated vsize: 3162760 KiB
Current children cumulated memory: 1542824 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 14965
/proc/meminfo: memFree=16973372/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3162760 memory=1542824 CPUtime=2382.23 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4202066 0 0 0 236819 1404 0 0 20 0 1 0 247891621 3238666240 385706 33554432000 4194304 5849940 140721166830848 140721166829848 5437772 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790690 385706 734 405 0 787634 0
Current children cumulated CPU time: 2382.23 s
Current children cumulated vsize: 3162760 KiB
Current children cumulated memory: 1542824 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 14966
/proc/meminfo: memFree=16973672/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3162760 memory=1542824 CPUtime=2442.23 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4204114 0 0 0 242813 1410 0 0 20 0 1 0 247891621 3238666240 385706 33554432000 4194304 5849940 140721166830848 140721166829848 5437768 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 790690 385706 734 405 0 787634 0
Current children cumulated CPU time: 2442.23 s
Current children cumulated vsize: 3162760 KiB
Current children cumulated memory: 1542824 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 14967
/proc/meminfo: memFree=17007612/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3172744 memory=1552808 CPUtime=2502.23 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4209170 0 0 0 248805 1418 0 0 20 0 1 0 247891621 3248889856 388202 33554432000 4194304 5849940 140721166830848 140721166829848 140619399262087 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 793186 388202 734 405 0 790130 0
Current children cumulated CPU time: 2502.23 s
Current children cumulated vsize: 3172744 KiB
Current children cumulated memory: 1552808 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 14968
/proc/meminfo: memFree=17007892/32770624 swapFree=67059124/67108860
[pid=14805] ppid=14802 vsize=3172744 memory=1552808 CPUtime=2519.94 cores=1,3,5,7
/proc/14805/stat : 14805 (xcsp_picat) R 14802 14805 13719 0 -1 4202496 4209627 0 0 0 250573 1421 0 0 20 0 1 0 247891621 3248889856 388202 33554432000 4194304 5849940 140721166830848 140721166829848 5438033 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 40316928 140721166832822 140721166832900 140721166832900 140721166835658 0
/proc/14805/statm: 793186 388202 734 405 0 790130 0
Current children cumulated CPU time: 2519.94 s
Current children cumulated vsize: 3172744 KiB
Current children cumulated memory: 1552808 KiB

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

[startup+2520.02 s]
# the end of solver process 14805 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2505.74 s, system=14.2253 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.96
CPU user time (s): 2505.74
CPU system time (s): 14.2253
CPU usage (%): 99.9978
Max. virtual memory (cumulated for all children) (KiB): 3705552
Max. memory (cumulated for all children) (KiB): 2079236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2505.74
system time used= 14.2253
maximum resident set size= 2079236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4209627
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= 219
involuntary context switches= 732


# summary of solver processes directly reported to runsolver:
#   pid: 14805
#   total CPU time (s): 2519.96
#   total CPU user time (s): 2505.74
#   total CPU system time (s): 14.2253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.97634 second user time and 18.4911 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-15 05:21:24
IDJOB=4309455
IDBENCH=141250
IDSOLVER=2794
FILE ID=node103/4309455-1534303284
RUNJOBID= node103-1534293202-13751
PBS_JOBID= 21038140
Free space on /tmp= 37336 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-sko64_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309455-1534303284/watcher-4309455-1534303284 -o /tmp/evaluation-result-4309455-1534303284/solver-4309455-1534303284 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534293202-13751 --watchdog 2580  xcsp_picat HOME/instance-4309455-1534303284.xml

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

MD5SUM BENCH= 0f1e7a7a7866c79e3b2a53c7bc7dd539
RANDOM SEED=1511019536

node103.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.48
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.48
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.48
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.48
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:        23868336 kB
MemAvailable:   31567860 kB
Buffers:          184396 kB
Cached:          7716624 kB
SwapCached:         5152 kB
Active:          4540588 kB
Inactive:        3742760 kB
Active(anon):     374292 kB
Inactive(anon):    67484 kB
Active(file):    4166296 kB
Inactive(file):  3675276 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059124 kB
Dirty:              3116 kB
Writeback:             0 kB
AnonPages:        426176 kB
Mapped:            55808 kB
Shmem:             56912 kB
Slab:             315188 kB
SReclaimable:     286412 kB
SUnreclaim:        28776 kB
KernelStack:        3376 kB
PageTables:         6080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2758016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 37188 MiB
End job on node103 at 2018-08-15 06:03:25