Trace number 4407825

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

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-10-2-11.xml
MD5SUMc5b4e9c2e16defa9f5099964bd118207
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 variables2280
Number of constraints1091
Number of domains2
Minimum domain size8
Maximum domain size11
Distribution of domain sizes[{"size":8,"count":1320},{"size":11,"count":960}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":960},{"degree":9,"count":1320}]
Minimum constraint arity8
Maximum constraint arity120
Distribution of constraint arities[{"arity":8,"count":120},{"arity":12,"count":960},{"arity":120,"count":11}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11},{"type":"allDifferent","count":120},{"type":"element","count":960}]
Optimization problemNO
Type of objective

Solver Data

1573.42/1573.49	c xcsp_picat version 2.7b12 (9/12/2019)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407825-1569513049/watcher-4407825-1569513049 -o /var/tmp/evaluation-result-4407825-1569513049/solver-4407825-1569513049 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569509598-31954 --watchdog 2560 xcsp_picat HOME/instance-4407825-1569513049.xml 

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

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


[startup+0.100161 s]*
/proc/loadavg: 2.00 2.01 1.95 3/198 759
/proc/meminfo: memFree=25198944/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=2039532 memory=23764 CPUtime=0.09 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 2042 0 0 0 9 0 0 0 20 0 1 0 527241304 2088480768 5941 33554432000 4194304 5870510 140725279821888 140725279819032 4515327 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 509883 5941 853 410 0 505356 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 23764 KiB

[startup+0.209608 s]*
/proc/loadavg: 2.00 2.01 1.95 3/198 759
/proc/meminfo: memFree=25190752/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=2039532 memory=31956 CPUtime=0.2 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 2060 0 0 0 20 0 0 0 20 0 1 0 527241304 2088480768 7989 33554432000 4194304 5870510 140725279821888 140725279819032 4849136 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 509883 7989 853 410 0 505356 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 31956 KiB

[startup+0.309599 s]*
/proc/loadavg: 2.00 2.01 1.95 3/198 759
/proc/meminfo: memFree=25157736/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=2039532 memory=67008 CPUtime=0.31 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 2098 0 0 0 30 1 0 0 20 0 1 0 527241304 2088480768 16752 33554432000 4194304 5870510 140725279821888 140725279819032 4429490 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 509883 16752 861 410 0 505356 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 67008 KiB

[startup+0.700404 s]
/proc/loadavg: 2.00 2.01 1.95 3/198 759
/proc/meminfo: memFree=25120872/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=2039532 memory=148976 CPUtime=0.69 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 2138 0 0 0 67 2 0 0 20 0 1 0 527241304 2088480768 37244 33554432000 4194304 5870510 140725279821888 140725279821256 4509091 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 509883 37244 873 410 0 505356 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 148976 KiB

[startup+1.50039 s]
/proc/loadavg: 2.00 2.01 1.95 3/198 759
/proc/meminfo: memFree=25012120/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=2039532 memory=314864 CPUtime=1.49 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 2220 0 0 0 145 4 0 0 20 0 1 0 527241304 2088480768 78716 33554432000 4194304 5870510 140725279821888 140725279821256 4490041 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 509883 78716 873 410 0 505356 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 314864 KiB

[startup+3.10946 s]
/proc/loadavg: 2.00 2.01 1.95 3/198 759
/proc/meminfo: memFree=24708040/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=2039532 memory=513684 CPUtime=3.1 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 2381 0 0 0 303 7 0 0 20 0 1 0 527241304 2088480768 128421 33554432000 4194304 5870510 140725279821888 140725279821256 4804420 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 509883 128421 873 410 0 505356 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 513684 KiB

[startup+6.30037 s]
/proc/loadavg: 2.00 2.01 1.95 3/198 759
/proc/meminfo: memFree=24340828/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=2039532 memory=886420 CPUtime=6.29 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 2687 0 0 0 617 12 0 0 20 0 1 0 527241304 2088480768 221605 33554432000 4194304 5870510 140725279821888 140725279821256 4524549 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 509883 221605 873 410 0 505356 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 886420 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 1.95 3/198 759
/proc/meminfo: memFree=23652204/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3531740 memory=1633696 CPUtime=12.69 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 61593 0 0 0 1243 26 0 0 20 0 1 0 527241304 3616501760 408424 33554432000 4194304 5870510 140725279821888 140725279820616 5326937 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 882935 408424 888 410 0 878408 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 3531740 KiB
Current children cumulated memory: 1633696 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 762
/proc/meminfo: memFree=23145652/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=4111372 memory=2020876 CPUtime=25.49 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 145992 0 0 0 2512 37 0 0 20 0 1 0 527241304 4210044928 505219 33554432000 4194304 5870510 140725279821888 140725279820456 5337600 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 1027843 505219 929 410 0 1023316 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 4111372 KiB
Current children cumulated memory: 2020876 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 763
/proc/meminfo: memFree=23198868/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=4111372 memory=2020876 CPUtime=51.1 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 157381 0 0 0 5072 38 0 0 20 0 1 0 527241304 4210044928 505219 33554432000 4194304 5870510 140725279821888 140725279820456 5261210 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 1027843 505219 929 410 0 1023316 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 4111372 KiB
Current children cumulated memory: 2020876 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 766
/proc/meminfo: memFree=23272800/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=4122908 memory=2032412 CPUtime=102.29 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 179735 0 0 0 10189 40 0 0 20 0 1 0 527241304 4221857792 508103 33554432000 4194304 5870510 140725279821888 140725279820904 5337600 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 1030727 508103 929 410 0 1026200 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 4122908 KiB
Current children cumulated memory: 2032412 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 772
/proc/meminfo: memFree=23206548/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=4148860 memory=2058368 CPUtime=162.3 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 213053 0 0 0 16187 43 0 0 20 0 1 0 527241304 4248432640 514592 33554432000 4194304 5870510 140725279821888 140725279820904 5337584 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 1037215 514592 929 410 0 1032688 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 4148860 KiB
Current children cumulated memory: 2058368 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 776
/proc/meminfo: memFree=23190872/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=4148860 memory=2058368 CPUtime=222.3 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 227466 0 0 0 22186 44 0 0 20 0 1 0 527241304 4248432640 514592 33554432000 4194304 5870510 140725279821888 140725279820904 5337393 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 1037215 514592 929 410 0 1032688 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 4148860 KiB
Current children cumulated memory: 2058368 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 780
/proc/meminfo: memFree=23172448/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=4172216 memory=2081732 CPUtime=282.3 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 262962 0 0 0 28183 47 0 0 20 0 1 0 527241304 4272349184 520433 33554432000 4194304 5870510 140725279821888 140725279820904 5261019 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 1043054 520433 929 410 0 1038527 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 4172216 KiB
Current children cumulated memory: 2081732 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 787
/proc/meminfo: memFree=23129608/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=4172216 memory=2081732 CPUtime=342.3 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 276464 0 0 0 34182 48 0 0 20 0 1 0 527241304 4272349184 520433 33554432000 4194304 5870510 140725279821888 140725279820904 5261008 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 1043054 520433 929 410 0 1038527 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 4172216 KiB
Current children cumulated memory: 2081732 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 791
/proc/meminfo: memFree=23089096/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=4207252 memory=2116784 CPUtime=402.3 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 294493 0 0 0 40179 51 0 0 20 0 1 0 527241304 4308226048 529196 33554432000 4194304 5870510 140725279821888 140725279820904 5321694 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 1051813 529196 929 410 0 1047286 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 4207252 KiB
Current children cumulated memory: 2116784 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/199 795
/proc/meminfo: memFree=23151628/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=4207252 memory=2116784 CPUtime=462.31 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 329942 0 0 0 46178 53 0 0 20 0 1 0 527241304 4308226048 529196 33554432000 4194304 5870510 140725279821888 140725279820904 5321694 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 1051813 529196 929 410 0 1047286 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 4207252 KiB
Current children cumulated memory: 2116784 KiB


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

/proc/758/statm: 908226 444387 955 410 0 903699 0
Current children cumulated CPU time: 1602.32 s
Current children cumulated vsize: 3632904 KiB
Current children cumulated memory: 1777548 KiB

[startup+1662.3 s]
/proc/loadavg: 2.29 2.16 2.02 3/199 937
/proc/meminfo: memFree=23397872/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1786848 CPUtime=1662.33 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 936911 0 0 0 166125 108 0 0 20 0 1 0 527241304 3771383808 446712 33554432000 4194304 5870510 140725279821888 140725279820840 5272433 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 446712 955 410 0 916221 0
Current children cumulated CPU time: 1662.33 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1786848 KiB

[startup+1722.3 s]
/proc/loadavg: 1.48 1.95 1.96 2/192 988
/proc/meminfo: memFree=23824712/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1793088 CPUtime=1722.32 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 978092 0 0 0 172122 110 0 0 20 0 1 0 527241304 3771383808 448272 33554432000 4194304 5870510 140725279821888 140725279820840 140629520155741 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 448272 955 410 0 916221 0
Current children cumulated CPU time: 1722.32 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1793088 KiB

[startup+1782.3 s]
/proc/loadavg: 1.21 1.79 1.91 2/192 994
/proc/meminfo: memFree=23816108/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1801280 CPUtime=1782.33 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1016625 0 0 0 178120 113 0 0 20 0 1 0 527241304 3771383808 450320 33554432000 4194304 5870510 140725279821888 140725279820840 5282505 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 450320 955 410 0 916221 0
Current children cumulated CPU time: 1782.33 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1801280 KiB

[startup+1842.3 s]
/proc/loadavg: 1.08 1.64 1.85 2/192 1005
/proc/meminfo: memFree=23831100/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1786944 CPUtime=1842.33 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1021788 0 0 0 184117 116 0 0 20 0 1 0 527241304 3771383808 446736 33554432000 4194304 5870510 140725279821888 140725279820840 5283028 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 446736 955 410 0 916221 0
Current children cumulated CPU time: 1842.33 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1786944 KiB

[startup+1902.3 s]
/proc/loadavg: 1.03 1.53 1.80 2/192 1009
/proc/meminfo: memFree=23822784/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1795136 CPUtime=1902.33 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1062572 0 0 0 190115 118 0 0 20 0 1 0 527241304 3771383808 448784 33554432000 4194304 5870510 140725279821888 140725279820840 5282505 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 448784 955 410 0 916221 0
Current children cumulated CPU time: 1902.33 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1795136 KiB

[startup+1962.3 s]
/proc/loadavg: 1.01 1.43 1.75 2/192 1017
/proc/meminfo: memFree=23816216/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1801280 CPUtime=1962.33 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1101532 0 0 0 196113 120 0 0 20 0 1 0 527241304 3771383808 450320 33554432000 4194304 5870510 140725279821888 140725279820840 5282467 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 450320 955 410 0 916221 0
Current children cumulated CPU time: 1962.33 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1801280 KiB

[startup+2022.3 s]
/proc/loadavg: 1.00 1.35 1.70 2/192 1021
/proc/meminfo: memFree=23828452/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1788916 CPUtime=2022.34 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1106136 0 0 0 202111 123 0 0 20 0 1 0 527241304 3771383808 447229 33554432000 4194304 5870510 140725279821888 140725279820840 5282578 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 447229 955 410 0 916221 0
Current children cumulated CPU time: 2022.34 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1788916 KiB

[startup+2082.3 s]
/proc/loadavg: 1.00 1.29 1.66 2/192 1025
/proc/meminfo: memFree=23820688/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1797184 CPUtime=2082.34 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1147337 0 0 0 208108 126 0 0 20 0 1 0 527241304 3771383808 449296 33554432000 4194304 5870510 140725279821888 140725279820840 5282578 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 449296 955 410 0 916221 0
Current children cumulated CPU time: 2082.34 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1797184 KiB

[startup+2142.3 s]
/proc/loadavg: 1.00 1.24 1.61 2/192 1032
/proc/meminfo: memFree=23810580/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1807400 CPUtime=2142.33 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1186474 0 0 0 214106 127 0 0 20 0 1 0 527241304 3771383808 451850 33554432000 4194304 5870510 140725279821888 140725279820840 5283024 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 451850 955 410 0 916221 0
Current children cumulated CPU time: 2142.33 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1807400 KiB

[startup+2202.3 s]
/proc/loadavg: 1.00 1.19 1.58 2/192 1036
/proc/meminfo: memFree=23824848/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1793580 CPUtime=2202.34 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1210726 0 0 0 220103 131 0 0 20 0 1 0 527241304 3771383808 448395 33554432000 4194304 5870510 140725279821888 140725279820840 5282606 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 448395 955 410 0 916221 0
Current children cumulated CPU time: 2202.34 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1793580 KiB

[startup+2262.3 s]
/proc/loadavg: 1.00 1.16 1.54 2/192 1040
/proc/meminfo: memFree=23812588/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1806464 CPUtime=2262.34 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1251875 0 0 0 226100 134 0 0 20 0 1 0 527241304 3771383808 451616 33554432000 4194304 5870510 140725279821888 140725279820840 5282606 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 451616 955 410 0 916221 0
Current children cumulated CPU time: 2262.34 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1806464 KiB

[startup+2322.3 s]
/proc/loadavg: 1.00 1.13 1.51 2/192 1047
/proc/meminfo: memFree=23802836/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1814656 CPUtime=2322.34 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1285511 0 0 0 232098 136 0 0 20 0 1 0 527241304 3771383808 453664 33554432000 4194304 5870510 140725279821888 140725279820840 5282578 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 453664 955 410 0 916221 0
Current children cumulated CPU time: 2322.34 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1814656 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.11 1.47 2/192 1051
/proc/meminfo: memFree=23813620/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1803572 CPUtime=2382.34 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1294700 0 0 0 238096 138 0 0 20 0 1 0 527241304 3771383808 450893 33554432000 4194304 5870510 140725279821888 140725279820904 5281827 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 450893 955 410 0 916221 0
Current children cumulated CPU time: 2382.34 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1803572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]*
/proc/loadavg: 1.00 1.10 1.47 2/193 1062
/proc/meminfo: memFree=23809332/32770624 swapFree=66966908/67108860
[pid=758] ppid=755 vsize=3682992 memory=1807668 CPUtime=2400.04 cores=1,3,5,7
/proc/758/stat : 758 (xcsp_picat) R 755 758 31922 0 -1 4202496 1295433 0 0 0 239866 138 0 0 20 0 1 0 527241304 3771383808 451917 33554432000 4194304 5870510 140725279821888 140725279820904 5282192 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7970040 9572284 20611072 140725279826951 140725279827033 140725279827033 140725279829958 0
/proc/758/statm: 920748 451917 955 410 0 916221 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 3682992 KiB
Current children cumulated memory: 1807668 KiB

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

[startup+2400.02 s]
# the end of solver process 758 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.67 s, system=1.39603 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): 2400.02
CPU time (s): 2400.07
CPU user time (s): 2398.67
CPU system time (s): 1.39603
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4699864
Max. memory (cumulated for all children) (KiB): 2631924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.67
system time used= 1.39603
maximum resident set size= 2631924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1295433
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= 19
involuntary context switches= 710


# summary of solver processes directly reported to runsolver:
#   pid: 758
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2398.67
#   total CPU system time (s): 1.39603

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.00057 second user time and 18.0726 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-26 17:50:06
IDJOB=4407825
IDBENCH=139772
IDSOLVER=2873
FILE ID=node145/4407825-1569513049
RUNJOBID= node145-1569509598-31954
PBS_JOBID= 21705782
Free space on /var/tmp= 13516 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-10-2-11.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407825-1569513049/watcher-4407825-1569513049 -o /var/tmp/evaluation-result-4407825-1569513049/solver-4407825-1569513049 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569509598-31954 --watchdog 2560  xcsp_picat HOME/instance-4407825-1569513049.xml

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

MD5SUM BENCH= c5b4e9c2e16defa9f5099964bd118207
RANDOM SEED=436761794

node145.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.59
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.59
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.59
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.59
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:        25221336 kB
MemAvailable:   31402664 kB
Buffers:          190524 kB
Cached:          6135000 kB
SwapCached:        32484 kB
Active:          3469512 kB
Inactive:        3285576 kB
Active(anon):     416580 kB
Inactive(anon):    87232 kB
Active(file):    3052932 kB
Inactive(file):  3198344 kB
Unevictable:      108772 kB
Mlocked:          108772 kB
SwapTotal:      67108860 kB
SwapFree:       66966908 kB
Dirty:              3604 kB
Writeback:             0 kB
AnonPages:        516888 kB
Mapped:            23196 kB
Shmem:             65244 kB
Slab:             388456 kB
SReclaimable:     358512 kB
SUnreclaim:        29944 kB
KernelStack:        3744 kB
PageTables:         5648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2975864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13516 MiB
End job on node145 at 2019-09-26 18:30:07