Trace number 4395210

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2019-09-12OPT20 70.1647 70.192

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-8.xml
MD5SUMcc4f118531160cfe6c95c1294546deff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark13.7433
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size4
Maximum domain size21
Distribution of domain sizes[{"size":4,"count":7},{"size":5,"count":7},{"size":6,"count":6},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

70.07/70.19	c xcsp_picat version 2.7b12 (9/12/2019)
70.07/70.19	o -4007
70.07/70.19	o -1013
70.07/70.19	o 0
70.07/70.19	o 17
70.07/70.19	o 20
70.07/70.19	s OPTIMUM FOUND
70.07/70.19	v <instantiation>
70.07/70.19	v     <list> s[] g[] p[]  </list> 
70.07/70.19	v     <values> 5 0 1 2 -1 10 -1 8 3 -1 15 -1 7 12 13 16 17 18 19 14  1 -5 0 -2 0 -2 0 2 5 0 3 0 3 -4 2 6 3 2 2 4  0 15 14 13 -1 1 -1 11 12 -1 2 -1 10 9 8 3 4 5 6 7   </values> 
70.07/70.19	v </instantiation>

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395210-1568333540/watcher-4395210-1568333540 -o /tmp/evaluation-result-4395210-1568333540/solver-4395210-1568333540 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14885 --watchdog 2580 xcsp_picat HOME/instance-4395210-1568333540.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100301 s]*
/proc/loadavg: 2.00 1.99 2.01 3/206 18188
/proc/meminfo: memFree=30382760/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2031716 memory=24752 CPUtime=0.1 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 1771 0 0 0 10 0 0 0 20 0 1 0 409276725 2080477184 6188 33554432000 4194304 5870510 140724067199984 140724067199288 4520559 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 507929 6188 873 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 24752 KiB

[startup+0.210217 s]*
/proc/loadavg: 2.00 1.99 2.01 3/206 18188
/proc/meminfo: memFree=30371072/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2041380 memory=35196 CPUtime=0.21 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 3404 0 0 0 20 1 0 0 20 0 1 0 409276725 2090373120 8799 33554432000 4194304 5870510 140724067199984 140724067199288 5562059 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 510345 8799 961 410 0 505818 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2041380 KiB
Current children cumulated memory: 35196 KiB

[startup+0.31003 s]*
/proc/loadavg: 2.00 1.99 2.01 4/206 18188
/proc/meminfo: memFree=30371072/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2041380 memory=35196 CPUtime=0.31 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 3406 0 0 0 30 1 0 0 20 0 1 0 409276725 2090373120 8799 33554432000 4194304 5870510 140724067199984 140724067199288 5558841 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 510345 8799 961 410 0 505818 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2041380 KiB
Current children cumulated memory: 35196 KiB

[startup+0.700335 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18188
/proc/meminfo: memFree=30370576/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2041620 memory=35456 CPUtime=0.69 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 3464 0 0 0 68 1 0 0 20 0 1 0 409276725 2090618880 8864 33554432000 4194304 5870510 140724067199984 140724067199240 5395951 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 510405 8864 964 410 0 505878 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2041620 KiB
Current children cumulated memory: 35456 KiB

[startup+1.50027 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18188
/proc/meminfo: memFree=30371944/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2044056 memory=36972 CPUtime=1.49 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 4848 0 0 0 148 1 0 0 20 0 1 0 409276725 2093113344 9243 33554432000 4194304 5870510 140724067199984 140724067198936 5267727 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 511014 9243 995 410 0 506487 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2044056 KiB
Current children cumulated memory: 36972 KiB

[startup+3.10996 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18188
/proc/meminfo: memFree=30359664/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2055928 memory=46568 CPUtime=3.1 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 9061 0 0 0 309 1 0 0 20 0 1 0 409276725 2105270272 11642 33554432000 4194304 5870510 140724067199984 140724067198936 5283083 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 513982 11642 995 410 0 509455 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2055928 KiB
Current children cumulated memory: 46568 KiB

[startup+6.3003 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18188
/proc/meminfo: memFree=30339940/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2041292 memory=34732 CPUtime=6.28 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 15251 0 0 0 626 2 0 0 20 0 1 0 409276725 2090283008 8683 33554432000 4194304 5870510 140724067199984 140724067198408 5478371 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 510323 8683 1003 410 0 505796 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2041292 KiB
Current children cumulated memory: 34732 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18189
/proc/meminfo: memFree=30369008/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2046120 memory=37592 CPUtime=12.69 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 23372 0 0 0 1265 4 0 0 20 0 1 0 409276725 2095226880 9398 33554432000 4194304 5870510 140724067199984 140724067198344 5282515 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 511530 9398 1003 410 0 507003 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2046120 KiB
Current children cumulated memory: 37592 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18189
/proc/meminfo: memFree=30346648/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2064996 memory=59208 CPUtime=25.48 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 30730 0 0 0 2543 5 0 0 20 0 1 0 409276725 2114555904 14802 33554432000 4194304 5870510 140724067199984 140724067199160 5272624 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 516249 14802 1003 410 0 511722 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2064996 KiB
Current children cumulated memory: 59208 KiB

[startup+51.11 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18191
/proc/meminfo: memFree=30338676/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2071900 memory=66972 CPUtime=51.08 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 39567 0 0 0 5101 7 0 0 20 0 1 0 409276725 2121625600 16743 33554432000 4194304 5870510 140724067199984 140724067198552 5282759 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 517975 16743 1003 410 0 513448 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 2071900 KiB
Current children cumulated memory: 66972 KiB

[startup+70.192 s]
# the end of solver process 18187 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=70.0747 s, system=0.089968 s

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

[startup+51.2003 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18191
/proc/meminfo: memFree=30338676/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2071900 memory=66972 CPUtime=51.17 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 39567 0 0 0 5110 7 0 0 20 0 1 0 409276725 2121625600 16743 33554432000 4194304 5870510 140724067199984 140724067198552 5262811 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 517975 16743 1003 410 0 513448 0
Current children cumulated CPU time: 51.17 s
Current children cumulated vsize: 2071900 KiB
Current children cumulated memory: 66972 KiB

[startup+57.6003 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18191
/proc/meminfo: memFree=30330488/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2092480 memory=75012 CPUtime=57.56 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 44892 0 0 0 5749 7 0 0 20 0 1 0 409276725 2142699520 18753 33554432000 4194304 5870510 140724067199984 140724067198424 5263342 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 523120 18753 1003 410 0 518593 0
Current children cumulated CPU time: 57.56 s
Current children cumulated vsize: 2092480 KiB
Current children cumulated memory: 75012 KiB

[startup+64.0002 s]*
/proc/loadavg: 2.00 1.99 2.01 3/206 18192
/proc/meminfo: memFree=30357004/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2053148 memory=48320 CPUtime=63.98 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 46179 0 0 0 6390 8 0 0 20 0 1 0 409276725 2102423552 12080 33554432000 4194304 5870510 140724067199984 140724067198552 5262639 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 513287 12080 1003 410 0 508760 0
Current children cumulated CPU time: 63.98 s
Current children cumulated vsize: 2053148 KiB
Current children cumulated memory: 48320 KiB

[startup+67.2003 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18192
/proc/meminfo: memFree=30343476/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2071892 memory=62392 CPUtime=67.17 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 46649 0 0 0 6709 8 0 0 20 0 1 0 409276725 2121617408 15598 33554432000 4194304 5870510 140724067199984 140724067198424 5282464 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 517973 15598 1003 410 0 513446 0
Current children cumulated CPU time: 67.17 s
Current children cumulated vsize: 2071892 KiB
Current children cumulated memory: 62392 KiB

[startup+68.8002 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18192
/proc/meminfo: memFree=30340188/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2072616 memory=64968 CPUtime=68.76 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 46778 0 0 0 6868 8 0 0 20 0 1 0 409276725 2122358784 16242 33554432000 4194304 5870510 140724067199984 140724067198552 5262770 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 518154 16242 1003 410 0 513627 0
Current children cumulated CPU time: 68.76 s
Current children cumulated vsize: 2072616 KiB
Current children cumulated memory: 64968 KiB

[startup+69.6003 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18192
/proc/meminfo: memFree=30340188/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2072616 memory=64968 CPUtime=69.56 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 46778 0 0 0 6948 8 0 0 20 0 1 0 409276725 2122358784 16242 33554432000 4194304 5870510 140724067199984 140724067198552 5282586 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 518154 16242 1003 410 0 513627 0
Current children cumulated CPU time: 69.56 s
Current children cumulated vsize: 2072616 KiB
Current children cumulated memory: 64968 KiB

[startup+70.0002 s]*
/proc/loadavg: 2.00 1.99 2.01 3/206 18193
/proc/meminfo: memFree=30337124/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2091292 memory=68316 CPUtime=69.97 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 47058 0 0 0 6989 8 0 0 20 0 1 0 409276725 2141483008 17079 33554432000 4194304 5870510 140724067199984 140724067198552 5281842 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 522823 17079 1003 410 0 518296 0
Current children cumulated CPU time: 69.97 s
Current children cumulated vsize: 2091292 KiB
Current children cumulated memory: 68316 KiB

[startup+70.1099 s]
/proc/loadavg: 2.00 1.99 2.01 3/206 18193
/proc/meminfo: memFree=30337124/32770624 swapFree=67008768/67108860
[pid=18187] ppid=18184 vsize=2091292 memory=68580 CPUtime=70.07 cores=0,2,4,6
/proc/18187/stat : 18187 (xcsp_picat) R 18184 18187 14854 0 -1 4202496 47137 0 0 0 6999 8 0 0 20 0 1 0 409276725 2141483008 17145 33554432000 4194304 5870510 140724067199984 140724067198552 5282759 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 34418688 140724067202079 140724067202157 140724067202157 140724067205066 0
/proc/18187/statm: 522823 17145 1003 410 0 518296 0
Current children cumulated CPU time: 70.07 s
Current children cumulated vsize: 2091292 KiB
Current children cumulated memory: 68580 KiB

Child status: 0
Real time (s): 70.192
CPU time (s): 70.1647
CPU user time (s): 70.0747
CPU system time (s): 0.089968
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 2092480
Max. memory (cumulated for all children) (KiB): 75012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.0747
system time used= 0.089968
maximum resident set size= 75052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47248
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= 4
involuntary context switches= 152


# summary of solver processes directly reported to runsolver:
#   pid: 18187
#   total CPU time (s): 70.1647
#   total CPU user time (s): 70.0747
#   total CPU system time (s): 0.089968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.312419 second user time and 0.534998 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 02:11:31
IDJOB=4395210
IDBENCH=127982
IDSOLVER=2844
FILE ID=node132/4395210-1568333540
RUNJOBID= node132-1568322174-14885
PBS_JOBID= 21701138
Free space on /tmp= 60300 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-8.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395210-1568333540/watcher-4395210-1568333540 -o /tmp/evaluation-result-4395210-1568333540/solver-4395210-1568333540 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568322174-14885 --watchdog 2580  xcsp_picat HOME/instance-4395210-1568333540.xml

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

MD5SUM BENCH= cc4f118531160cfe6c95c1294546deff
RANDOM SEED=834814234

node132.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.95
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.95
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.95
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.95
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:        30402504 kB
MemAvailable:   31788364 kB
Buffers:          122952 kB
Cached:          1533860 kB
SwapCached:         8560 kB
Active:           445984 kB
Inactive:        1344616 kB
Active(anon):     133152 kB
Inactive(anon):    28016 kB
Active(file):     312832 kB
Inactive(file):  1316600 kB
Unevictable:      109188 kB
Mlocked:          109188 kB
SwapTotal:      67108860 kB
SwapFree:       67008768 kB
Dirty:              3532 kB
Writeback:             0 kB
AnonPages:        236600 kB
Mapped:            32504 kB
Shmem:             18636 kB
Slab:             173876 kB
SReclaimable:     144528 kB
SUnreclaim:        29348 kB
KernelStack:        3648 kB
PageTables:         6236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2626484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 60300 MiB
End job on node132 at 2019-09-13 02:12:41