Trace number 4407823

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.02 2400.11

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-08-2-11.xml
MD5SUM4ce84553270c29613a23d62b5dd197d4
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 variables1064
Number of constraints515
Number of domains2
Minimum domain size8
Maximum domain size11
Distribution of domain sizes[{"size":8,"count":616},{"size":11,"count":448}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":448},{"degree":9,"count":616}]
Minimum constraint arity8
Maximum constraint arity56
Distribution of constraint arities[{"arity":8,"count":56},{"arity":12,"count":448},{"arity":56,"count":11}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11},{"type":"allDifferent","count":56},{"type":"element","count":448}]
Optimization problemNO
Type of objective

Solver Data

29.29/29.34	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: 16375 MiB (12517 MiB free)
  memory of node 1: 16384 MiB (12503 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407823-1569513045/watcher-4407823-1569513045 -o /tmp/evaluation-result-4407823-1569513045/solver-4407823-1569513045 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1325024062-27177 --watchdog 2560 xcsp_picat HOME/instance-4407823-1569513045.xml 

running on 4 cores: 4-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
Current StackSize limit: 8192 KiB

solver pid=28120, runsolver pid=28117

[startup+0.100173 s]*
/proc/loadavg: 2.08 2.03 1.97 3/200 28121
/proc/meminfo: memFree=25593104/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2039532 memory=34008 CPUtime=0.1 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 2056 0 0 0 10 0 0 0 20 0 1 0 527310626 2088480768 8502 33554432000 4194304 5870510 140729529965344 140729529962488 4459640 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 509883 8502 854 410 0 505356 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 34008 KiB

[startup+0.21117 s]*
/proc/loadavg: 2.08 2.03 1.97 3/200 28121
/proc/meminfo: memFree=25566480/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2039532 memory=60632 CPUtime=0.22 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 2069 0 0 0 21 1 0 0 20 0 1 0 527310626 2088480768 15158 33554432000 4194304 5870510 140729529965344 140729529962488 4804385 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 509883 15158 854 410 0 505356 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 60632 KiB

[startup+0.310967 s]*
/proc/loadavg: 2.08 2.03 1.97 3/200 28121
/proc/meminfo: memFree=25553804/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2039532 memory=73096 CPUtime=0.31 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 2094 0 0 0 30 1 0 0 20 0 1 0 527310626 2088480768 18274 33554432000 4194304 5870510 140729529965344 140729529962488 4440718 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 509883 18274 873 410 0 505356 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2039532 KiB
Current children cumulated memory: 73096 KiB

[startup+0.700384 s]
/proc/loadavg: 2.08 2.03 1.97 3/200 28121
/proc/meminfo: memFree=25533208/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2048540 memory=107728 CPUtime=0.69 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 3591 0 0 0 68 1 0 0 20 0 1 0 527310626 2097704960 26932 33554432000 4194304 5870510 140729529965344 140729529964712 5287596 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 512135 26932 883 410 0 507608 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2048540 KiB
Current children cumulated memory: 107728 KiB

[startup+1.5004 s]
/proc/loadavg: 2.08 2.03 1.97 3/200 28121
/proc/meminfo: memFree=25494116/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2105452 memory=158804 CPUtime=1.49 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 13913 0 0 0 145 4 0 0 20 0 1 0 527310626 2155982848 39701 33554432000 4194304 5870510 140729529965344 140729529964520 5261210 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 526363 39701 916 410 0 521836 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2105452 KiB
Current children cumulated memory: 158804 KiB

[startup+3.11091 s]
/proc/loadavg: 2.08 2.03 1.97 3/201 28123
/proc/meminfo: memFree=25462240/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2108612 memory=162040 CPUtime=3.1 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 17789 0 0 0 306 4 0 0 20 0 1 0 527310626 2159218688 40510 33554432000 4194304 5870510 140729529965344 140729529964360 5337589 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 527153 40510 924 410 0 522626 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2108612 KiB
Current children cumulated memory: 162040 KiB

[startup+6.30029 s]
/proc/loadavg: 2.16 2.05 1.97 3/200 28123
/proc/meminfo: memFree=25456352/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2114412 memory=167860 CPUtime=6.29 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 24378 0 0 0 624 5 0 0 20 0 1 0 527310626 2165157888 41965 33554432000 4194304 5870510 140729529965344 140729529963672 140697546044148 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 528603 41965 924 410 0 524076 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2114412 KiB
Current children cumulated memory: 167860 KiB

[startup+12.7004 s]
/proc/loadavg: 2.14 2.05 1.97 3/200 28123
/proc/meminfo: memFree=25443724/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2106400 memory=145208 CPUtime=12.69 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 44315 0 0 0 1262 7 0 0 20 0 1 0 527310626 2156953600 36302 33554432000 4194304 5870510 140729529965344 140729529964360 5282429 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 526600 36302 939 410 0 522073 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2106400 KiB
Current children cumulated memory: 145208 KiB

[startup+25.5004 s]
/proc/loadavg: 2.11 2.04 1.97 3/200 28124
/proc/meminfo: memFree=25441656/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2125176 memory=183508 CPUtime=25.49 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 57822 0 0 0 2541 8 0 0 20 0 1 0 527310626 2176180224 45877 33554432000 4194304 5870510 140729529965344 140729529963784 5262779 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 531294 45877 950 410 0 526767 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2125176 KiB
Current children cumulated memory: 183508 KiB

[startup+51.111 s]
/proc/loadavg: 2.07 2.04 1.97 3/201 28126
/proc/meminfo: memFree=25439072/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2125176 memory=185576 CPUtime=51.09 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 69652 0 0 0 5100 9 0 0 20 0 1 0 527310626 2176180224 46394 33554432000 4194304 5870510 140729529965344 140729529964456 5282578 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 531294 46394 950 410 0 526767 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2125176 KiB
Current children cumulated memory: 185576 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.04 1.97 3/201 28131
/proc/meminfo: memFree=25453744/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2144632 memory=205104 CPUtime=102.28 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 80331 0 0 0 10218 10 0 0 20 0 1 0 527310626 2196103168 51276 33554432000 4194304 5870510 140729529965344 140729529963912 5282295 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 536158 51276 950 410 0 531631 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2144632 KiB
Current children cumulated memory: 205104 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.03 1.97 3/201 28135
/proc/meminfo: memFree=25453076/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2144632 memory=205104 CPUtime=162.27 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 89949 0 0 0 16216 11 0 0 20 0 1 0 527310626 2196103168 51276 33554432000 4194304 5870510 140729529965344 140729529963912 5282578 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 536158 51276 950 410 0 531631 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 2144632 KiB
Current children cumulated memory: 205104 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/201 28139
/proc/meminfo: memFree=25466480/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2144632 memory=205104 CPUtime=222.27 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 99182 0 0 0 22215 12 0 0 20 0 1 0 527310626 2196103168 51276 33554432000 4194304 5870510 140729529965344 140729529963912 5282467 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 536158 51276 950 410 0 531631 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2144632 KiB
Current children cumulated memory: 205104 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/200 28145
/proc/meminfo: memFree=25427524/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2175140 memory=215344 CPUtime=282.26 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 100440 0 0 0 28214 12 0 0 20 0 1 0 527310626 2227343360 53836 33554432000 4194304 5870510 140729529965344 140729529963784 5282590 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 543785 53836 950 410 0 539258 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 2175140 KiB
Current children cumulated memory: 215344 KiB

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 1.98 3/200 28149
/proc/meminfo: memFree=25398844/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2186816 memory=244020 CPUtime=342.25 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 111001 0 0 0 34212 13 0 0 20 0 1 0 527310626 2239299584 61005 33554432000 4194304 5870510 140729529965344 140729529963912 5282001 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 546704 61005 950 410 0 542177 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 2186816 KiB
Current children cumulated memory: 244020 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 1.98 3/199 28153
/proc/meminfo: memFree=25397196/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2186816 memory=246068 CPUtime=402.25 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 111543 0 0 0 40211 14 0 0 20 0 1 0 527310626 2239299584 61517 33554432000 4194304 5870510 140729529965344 140729529963912 5262639 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 546704 61517 950 410 0 542177 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 2186816 KiB
Current children cumulated memory: 246068 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/199 28159
/proc/meminfo: memFree=25345880/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2186816 memory=246068 CPUtime=462.24 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 121055 0 0 0 46210 14 0 0 20 0 1 0 527310626 2239299584 61517 33554432000 4194304 5870510 140729529965344 140729529963912 5282505 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 546704 61517 950 410 0 542177 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 2186816 KiB
Current children cumulated memory: 246068 KiB


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

/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 1662.18 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+1722.3 s]
/proc/loadavg: 1.52 1.91 1.96 2/192 28323
/proc/meminfo: memFree=25532816/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=1722.18 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 159055 0 0 0 172199 19 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5283024 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 1722.18 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+1782.3 s]
/proc/loadavg: 1.19 1.74 1.90 2/194 28336
/proc/meminfo: memFree=25533756/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=1782.19 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 160695 0 0 0 178199 20 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5282590 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 1782.19 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+1842.3 s]
/proc/loadavg: 1.11 1.62 1.85 2/194 28340
/proc/meminfo: memFree=25533996/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=1842.19 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 162334 0 0 0 184199 20 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5288858 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 1842.19 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+1902.3 s]
/proc/loadavg: 1.04 1.51 1.80 2/194 28346
/proc/meminfo: memFree=25533832/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=1902.19 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 163556 0 0 0 190199 20 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5282295 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 1902.19 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+1962.3 s]
/proc/loadavg: 1.02 1.42 1.75 2/194 28350
/proc/meminfo: memFree=25534112/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=1962.19 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 165599 0 0 0 196199 20 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5283116 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 1962.19 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+2022.3 s]
/proc/loadavg: 1.01 1.34 1.70 2/194 28354
/proc/meminfo: memFree=25533832/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=2022.2 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 167259 0 0 0 202199 21 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5283024 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 2022.2 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+2082.3 s]
/proc/loadavg: 1.00 1.28 1.66 2/192 28360
/proc/meminfo: memFree=25534144/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=2082.2 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 168900 0 0 0 208199 21 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5274889 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 2082.2 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+2142.3 s]
/proc/loadavg: 1.00 1.23 1.61 2/192 28364
/proc/meminfo: memFree=25533668/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=2142.19 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 170547 0 0 0 214198 21 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5282597 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 2142.19 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+2202.3 s]
/proc/loadavg: 1.00 1.19 1.58 2/192 28368
/proc/meminfo: memFree=25534304/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=2202.19 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 171675 0 0 0 220198 21 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5288823 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 2202.19 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+2262.3 s]
/proc/loadavg: 1.00 1.15 1.54 2/192 28374
/proc/meminfo: memFree=25534248/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=2262.2 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 172810 0 0 0 226198 22 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5282574 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 2262.2 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+2322.3 s]
/proc/loadavg: 1.06 1.14 1.51 2/192 28378
/proc/meminfo: memFree=25533472/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=2322.2 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 173938 0 0 0 232198 22 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5308368 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

[startup+2382.3 s]
/proc/loadavg: 1.02 1.12 1.48 2/193 28390
/proc/meminfo: memFree=25532764/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=2382.2 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 175061 0 0 0 238198 22 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5282464 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 2382.2 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 1.02 1.11 1.47 2/193 28393
/proc/meminfo: memFree=25533144/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=2400.01 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 175061 0 0 0 239979 22 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5282680 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

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

[startup+2400.11 s]
# the end of solver process 28120 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.79 s, system=0.223992 s

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

[startup+2400.11 s]
/proc/loadavg: 1.02 1.11 1.47 2/193 28393
/proc/meminfo: memFree=25533144/32770688 swapFree=66927776/67108860
[pid=28120] ppid=28117 vsize=2205784 memory=270900 CPUtime=2400.01 cores=4-7
/proc/28120/stat : 28120 (xcsp_picat) R 28117 28120 27145 0 -1 4202496 175061 0 0 0 239979 22 0 0 20 0 1 0 527310626 2258722816 67725 33554432000 4194304 5870510 140729529965344 140729529963912 5282680 0 0 4096 8389634 0 0 0 17 6 0 0 0 0 0 7970040 9572284 42676224 140729529967647 140729529967725 140729529967725 140729529970634 0
/proc/28120/statm: 551446 67725 950 410 0 546919 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 2205784 KiB
Current children cumulated memory: 270900 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2400.11
CPU time (s): 2400.02
CPU user time (s): 2399.79
CPU system time (s): 0.223992
CPU usage (%): 99.996
Max. virtual memory (cumulated for all children) (KiB): 2205784
Max. memory (cumulated for all children) (KiB): 270900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.79
system time used= 0.223992
maximum resident set size= 270900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175061
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= 24
involuntary context switches= 1103


# summary of solver processes directly reported to runsolver:
#   pid: 28120
#   total CPU time (s): 2400.02
#   total CPU user time (s): 2399.79
#   total CPU system time (s): 0.223992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.93437 second user time and 22.8218 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-28 00:11:06
IDJOB=4407823
IDBENCH=139768
IDSOLVER=2873
FILE ID=node120/4407823-1569513045
RUNJOBID= node120-1325024062-27177
PBS_JOBID= 21705794
Free space on /tmp= 23408 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-08-2-11.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407823-1569513045/watcher-4407823-1569513045 -o /tmp/evaluation-result-4407823-1569513045/solver-4407823-1569513045 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1325024062-27177 --watchdog 2560  xcsp_picat HOME/instance-4407823-1569513045.xml

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

MD5SUM BENCH= 4ce84553270c29613a23d62b5dd197d4
RANDOM SEED=170052062

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25621596 kB
MemAvailable:   31595224 kB
Buffers:          149000 kB
Cached:          6110012 kB
SwapCached:        68828 kB
Active:          3262216 kB
Inactive:        3247728 kB
Active(anon):     202304 kB
Inactive(anon):   121516 kB
Active(file):    3059912 kB
Inactive(file):  3126212 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66927776 kB
Dirty:              3304 kB
Writeback:             0 kB
AnonPages:        156060 kB
Mapped:            24400 kB
Shmem:             64268 kB
Slab:             235772 kB
SReclaimable:     206676 kB
SUnreclaim:        29096 kB
KernelStack:        3776 kB
PageTables:         5540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    2743076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23408 MiB
End job on node120 at 2011-12-28 00:51:06