Trace number 4309632

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 NameAnswerCPU timeWall clock time
PicatSAT 2018-08-14? (TO) 2520.08 2520.03

General information on the benchmark

NameMagicHexagon/
MagicHexagon-07-m011_c18.xml
MD5SUMcb154bca5bef3b2160515065825e7dfd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints46
Number of domains1
Minimum domain size127
Maximum domain size127
Distribution of domain sizes[{"size":127,"count":127}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":42},{"degree":4,"count":121},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity127
Distribution of constraint arities[{"arity":2,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":3},{"arity":127,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":39}]
Optimization problemNO
Type of objective

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309632-1534314316/watcher-4309632-1534314316 -o /tmp/evaluation-result-4309632-1534314316/solver-4309632-1534314316 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534293152-15985 --watchdog 2580 xcsp_picat HOME/instance-4309632-1534314316.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
Starting watchdog thread
18784, runsolver pid=18781
Current StackSize limit: 8192 KiB


[startup+0.100166 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 18785
/proc/meminfo: memFree=23712512/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2025884 memory=21008 CPUtime=0.1 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 1837 0 0 0 10 0 0 0 20 0 1 0 248994730 2074505216 5252 33554432000 4194304 5849940 140720392210288 140720392210288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 506471 5252 700 405 0 503415 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025884 KiB
Current children cumulated memory: 21008 KiB

[startup+0.209703 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 18785
/proc/meminfo: memFree=23712512/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2026012 memory=21084 CPUtime=0.21 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 1848 0 0 0 21 0 0 0 20 0 1 0 248994730 2074636288 5271 33554432000 4194304 5849940 140720392210288 140720392210288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 506503 5271 703 405 0 503447 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2026012 KiB
Current children cumulated memory: 21084 KiB

[startup+0.30902 s]*
/proc/loadavg: 2.00 2.00 2.04 3/187 18785
/proc/meminfo: memFree=23712512/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2026144 memory=21084 CPUtime=0.3 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 1905 0 0 0 30 0 0 0 20 0 1 0 248994730 2074771456 5271 33554432000 4194304 5849940 140720392210288 140720392210288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 506536 5271 703 405 0 503480 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2026144 KiB
Current children cumulated memory: 21084 KiB

[startup+0.700274 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 18785
/proc/meminfo: memFree=23711960/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2026336 memory=21344 CPUtime=0.69 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 1953 0 0 0 68 1 0 0 20 0 1 0 248994730 2074968064 5336 33554432000 4194304 5849940 140720392210288 140720392209400 5606405 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 506584 5336 703 405 0 503528 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2026336 KiB
Current children cumulated memory: 21344 KiB

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 18785
/proc/meminfo: memFree=23695528/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2051112 memory=46040 CPUtime=1.49 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 7220 0 0 0 148 1 0 0 20 0 1 0 248994730 2100338688 11510 33554432000 4194304 5849940 140720392210288 140720392208968 5400837 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 512778 11510 723 405 0 509722 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2051112 KiB
Current children cumulated memory: 46040 KiB

[startup+3.10957 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 18785
/proc/meminfo: memFree=23685292/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2053052 memory=48232 CPUtime=3.1 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 12718 0 0 0 309 1 0 0 20 0 1 0 248994730 2102325248 12058 33554432000 4194304 5849940 140720392210288 140720392208968 4211621 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 513263 12058 732 405 0 510207 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2053052 KiB
Current children cumulated memory: 48232 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 18785
/proc/meminfo: memFree=23685028/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2053052 memory=48240 CPUtime=6.29 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 15052 0 0 0 627 2 0 0 20 0 1 0 248994730 2102325248 12060 33554432000 4194304 5849940 140720392210288 140720392208776 4211393 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 513263 12060 734 405 0 510207 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2053052 KiB
Current children cumulated memory: 48240 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 18785
/proc/meminfo: memFree=23679920/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2058212 memory=53400 CPUtime=12.69 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 21184 0 0 0 1267 2 0 0 20 0 1 0 248994730 2107609088 13350 33554432000 4194304 5849940 140720392210288 140720392208696 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 514553 13350 734 405 0 511497 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2058212 KiB
Current children cumulated memory: 53400 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 18785
/proc/meminfo: memFree=23685876/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2052264 memory=47468 CPUtime=25.5 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 31116 0 0 0 2540 10 0 0 20 0 1 0 248994730 2101518336 11867 33554432000 4194304 5849940 140720392210288 140720392209288 4207983 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 513066 11867 738 405 0 510010 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2052264 KiB
Current children cumulated memory: 47468 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 18785
/proc/meminfo: memFree=23670392/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2058560 memory=53692 CPUtime=51.1 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 38660 0 0 0 5082 28 0 0 20 0 1 0 248994730 2107965440 13423 33554432000 4194304 5849940 140720392210288 140720392209288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 514640 13423 738 405 0 511584 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2058560 KiB
Current children cumulated memory: 53692 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 18786
/proc/meminfo: memFree=23628900/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2067728 memory=63000 CPUtime=102.3 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 55645 0 0 0 10163 67 0 0 20 0 1 0 248994730 2117353472 15750 33554432000 4194304 5849940 140720392210288 140720392209288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 516932 15750 738 405 0 513876 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2067728 KiB
Current children cumulated memory: 63000 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 18787
/proc/meminfo: memFree=23637136/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2075596 memory=70800 CPUtime=162.3 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 67761 0 0 0 16122 108 0 0 20 0 1 0 248994730 2125410304 17700 33554432000 4194304 5849940 140720392210288 140720392209160 4207039 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 518899 17700 738 405 0 515843 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2075596 KiB
Current children cumulated memory: 70800 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 18789
/proc/meminfo: memFree=23627400/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2076364 memory=71668 CPUtime=222.3 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 84766 0 0 0 22077 153 0 0 20 0 1 0 248994730 2126196736 17917 33554432000 4194304 5849940 140720392210288 140720392209160 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 519091 17917 738 405 0 516035 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 2076364 KiB
Current children cumulated memory: 71668 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 18790
/proc/meminfo: memFree=23602300/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2071608 memory=66940 CPUtime=282.3 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 98217 0 0 0 28031 199 0 0 20 0 1 0 248994730 2121326592 16735 33554432000 4194304 5849940 140720392210288 140720392209288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 517902 16735 738 405 0 514846 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2071608 KiB
Current children cumulated memory: 66940 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 18799
/proc/meminfo: memFree=23575088/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2098796 memory=93780 CPUtime=342.3 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 107418 0 0 0 33985 245 0 0 20 0 1 0 248994730 2149167104 23445 33554432000 4194304 5849940 140720392210288 140720392209160 4211654 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 524699 23445 738 405 0 521643 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 2098796 KiB
Current children cumulated memory: 93780 KiB

[startup+402.3 s]
/proc/loadavg: 2.05 2.01 2.05 3/188 18800
/proc/meminfo: memFree=23416472/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2135544 memory=130748 CPUtime=402.31 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 131462 0 0 0 39940 291 0 0 20 0 1 0 248994730 2186797056 32687 33554432000 4194304 5849940 140720392210288 140720392209288 4209171 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 533886 32687 738 405 0 530830 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 2135544 KiB
Current children cumulated memory: 130748 KiB

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/188 18801
/proc/meminfo: memFree=23473520/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2135288 memory=130492 CPUtime=462.31 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 143152 0 0 0 45902 329 0 0 20 0 1 0 248994730 2186534912 32623 33554432000 4194304 5849940 140720392210288 140720392209288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 533822 32623 738 405 0 530766 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 2135288 KiB
Current children cumulated memory: 130492 KiB

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

/proc/18784/statm: 792172 291766 738 405 0 789116 0
Current children cumulated CPU time: 1722.32 s
Current children cumulated vsize: 3168688 KiB
Current children cumulated memory: 1167064 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18837
/proc/meminfo: memFree=22036676/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=3346672 memory=1345240 CPUtime=1782.32 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 439213 0 0 0 177221 1011 0 0 20 0 1 0 248994730 3426992128 336310 33554432000 4194304 5849940 140720392210288 140720392209448 5335806 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 836668 336310 738 405 0 833612 0
Current children cumulated CPU time: 1782.32 s
Current children cumulated vsize: 3346672 KiB
Current children cumulated memory: 1345240 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18839
/proc/meminfo: memFree=21866992/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=3412208 memory=1410776 CPUtime=1842.32 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 517033 0 0 0 183206 1026 0 0 20 0 1 0 248994730 3494100992 352694 33554432000 4194304 5849940 140720392210288 140720392209160 5392176 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 853052 352694 738 405 0 849996 0
Current children cumulated CPU time: 1842.32 s
Current children cumulated vsize: 3412208 KiB
Current children cumulated memory: 1410776 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18840
/proc/meminfo: memFree=22060740/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=3413128 memory=1411696 CPUtime=1902.32 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 646853 0 0 0 189176 1056 0 0 20 0 1 0 248994730 3495043072 352924 33554432000 4194304 5849940 140720392210288 140720392209288 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 853282 352924 738 405 0 850226 0
Current children cumulated CPU time: 1902.32 s
Current children cumulated vsize: 3413128 KiB
Current children cumulated memory: 1411696 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 18841
/proc/meminfo: memFree=21717472/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=3413128 memory=1411696 CPUtime=1962.33 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 752923 0 0 0 195158 1075 0 0 20 0 1 0 248994730 3495043072 352924 33554432000 4194304 5849940 140720392210288 140720392209288 5339024 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 853282 352924 738 405 0 850226 0
Current children cumulated CPU time: 1962.33 s
Current children cumulated vsize: 3413128 KiB
Current children cumulated memory: 1411696 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 18844
/proc/meminfo: memFree=22365408/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2668196 memory=666576 CPUtime=2022.33 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 795877 0 0 0 201134 1099 0 0 20 0 1 0 248994730 2732232704 166644 33554432000 4194304 5849940 140720392210288 140720392209288 5437906 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 667049 166644 738 405 0 663993 0
Current children cumulated CPU time: 2022.33 s
Current children cumulated vsize: 2668196 KiB
Current children cumulated memory: 666576 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 19028
/proc/meminfo: memFree=23197816/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2616200 memory=614768 CPUtime=2082.33 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 835004 0 0 0 207108 1125 0 0 20 0 1 0 248994730 2678988800 153692 33554432000 4194304 5849940 140720392210288 140720392209288 5335776 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 654050 153692 738 405 0 650994 0
Current children cumulated CPU time: 2082.33 s
Current children cumulated vsize: 2616200 KiB
Current children cumulated memory: 614768 KiB

[startup+2142.3 s]
/proc/loadavg: 2.49 2.14 2.08 3/189 19038
/proc/meminfo: memFree=23160732/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2643540 memory=642108 CPUtime=2142.33 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 868178 0 0 0 213087 1146 0 0 20 0 1 0 248994730 2706984960 160527 33554432000 4194304 5849940 140720392210288 140720392209288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 660885 160527 738 405 0 657829 0
Current children cumulated CPU time: 2142.33 s
Current children cumulated vsize: 2643540 KiB
Current children cumulated memory: 642108 KiB

[startup+2202.3 s]
/proc/loadavg: 2.25 2.14 2.09 3/189 19061
/proc/meminfo: memFree=23152964/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2643540 memory=642108 CPUtime=2202.33 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 896650 0 0 0 219068 1165 0 0 20 0 1 0 248994730 2706984960 160527 33554432000 4194304 5849940 140720392210288 140720392209448 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 660885 160527 738 405 0 657829 0
Current children cumulated CPU time: 2202.33 s
Current children cumulated vsize: 2643540 KiB
Current children cumulated memory: 642108 KiB

[startup+2262.3 s]
/proc/loadavg: 2.09 2.12 2.08 3/189 19062
/proc/meminfo: memFree=23074172/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2720080 memory=718648 CPUtime=2262.33 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 916546 0 0 0 225053 1180 0 0 20 0 1 0 248994730 2785361920 179662 33554432000 4194304 5849940 140720392210288 140720392209288 5335891 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 680020 179662 738 405 0 676964 0
Current children cumulated CPU time: 2262.33 s
Current children cumulated vsize: 2720080 KiB
Current children cumulated memory: 718648 KiB

[startup+2322.3 s]
/proc/loadavg: 2.07 2.11 2.08 3/189 19063
/proc/meminfo: memFree=23071504/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2720080 memory=718648 CPUtime=2322.34 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 934680 0 0 0 231040 1194 0 0 20 0 1 0 248994730 2785361920 179662 33554432000 4194304 5849940 140720392210288 140720392209288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 680020 179662 738 405 0 676964 0
Current children cumulated CPU time: 2322.34 s
Current children cumulated vsize: 2720080 KiB
Current children cumulated memory: 718648 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.09 2.08 3/189 19064
/proc/meminfo: memFree=22925316/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=2859240 memory=857808 CPUtime=2382.34 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 967285 0 0 0 237009 1225 0 0 20 0 1 0 248994730 2927861760 214452 33554432000 4194304 5849940 140720392210288 140720392209288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 714810 214452 738 405 0 711754 0
Current children cumulated CPU time: 2382.34 s
Current children cumulated vsize: 2859240 KiB
Current children cumulated memory: 857808 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/187 19065
/proc/meminfo: memFree=22716552/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=3071016 memory=1069712 CPUtime=2442.34 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 1013938 0 0 0 242985 1249 0 0 20 0 1 0 248994730 3144720384 267428 33554432000 4194304 5849940 140720392210288 140720392209288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 767754 267428 738 405 0 764698 0
Current children cumulated CPU time: 2442.34 s
Current children cumulated vsize: 3071016 KiB
Current children cumulated memory: 1069712 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.06 2.07 3/187 19066
/proc/meminfo: memFree=22709796/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=3071016 memory=1069712 CPUtime=2502.34 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 1045591 0 0 0 248969 1265 0 0 20 0 1 0 248994730 3144720384 267428 33554432000 4194304 5849940 140720392210288 140720392209288 139754210144135 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 767754 267428 738 405 0 764698 0
Current children cumulated CPU time: 2502.34 s
Current children cumulated vsize: 3071016 KiB
Current children cumulated memory: 1069712 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.06 2.06 3/187 19066
/proc/meminfo: memFree=22722296/32770624 swapFree=67108368/67108860
[pid=18784] ppid=18781 vsize=3071016 memory=1069712 CPUtime=2520.05 cores=1,3,5,7
/proc/18784/stat : 18784 (xcsp_picat) R 18781 18784 15953 0 -1 4202496 1065657 0 0 0 250735 1270 0 0 20 0 1 0 248994730 3144720384 267428 33554432000 4194304 5849940 140720392210288 140720392209288 5335776 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 23375872 140720392217782 140720392217860 140720392217860 140720392220618 0
/proc/18784/statm: 767754 267428 738 405 0 764698 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 3071016 KiB
Current children cumulated memory: 1069712 KiB

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

[startup+2520.03 s]
# the end of solver process 18784 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2507.36 s, system=12.7194 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.03
CPU time (s): 2520.08
CPU user time (s): 2507.36
CPU system time (s): 12.7194
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3413128
Max. memory (cumulated for all children) (KiB): 1411696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2507.36
system time used= 12.7194
maximum resident set size= 1411696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1065658
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= 36
involuntary context switches= 783


# summary of solver processes directly reported to runsolver:
#   pid: 18784
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2507.36
#   total CPU system time (s): 12.7194

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.091 second user time and 18.4586 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-15 08:25:16
IDJOB=4309632
IDBENCH=141566
IDSOLVER=2794
FILE ID=node148/4309632-1534314316
RUNJOBID= node148-1534293152-15985
PBS_JOBID= 21038138
Free space on /tmp= 42644 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-07-m011_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309632-1534314316/watcher-4309632-1534314316 -o /tmp/evaluation-result-4309632-1534314316/solver-4309632-1534314316 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534293152-15985 --watchdog 2580  xcsp_picat HOME/instance-4309632-1534314316.xml

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

MD5SUM BENCH= cb154bca5bef3b2160515065825e7dfd
RANDOM SEED=1209726823

node148.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.50
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.50
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.50
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.50
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:        23731044 kB
MemAvailable:   31796400 kB
Buffers:          173460 kB
Cached:          8106268 kB
SwapCached:            4 kB
Active:          4458728 kB
Inactive:        3977104 kB
Active(anon):     109640 kB
Inactive(anon):   106944 kB
Active(file):    4349088 kB
Inactive(file):  3870160 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:              3120 kB
Writeback:             0 kB
AnonPages:        163560 kB
Mapped:            57432 kB
Shmem:             57780 kB
Slab:             303564 kB
SReclaimable:     274568 kB
SUnreclaim:        28996 kB
KernelStack:        3360 kB
PageTables:         5640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2477132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 42644 MiB
End job on node148 at 2018-08-15 09:07:16