Trace number 4309541

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-08-14OPT832 283.796 283.798

General information on the benchmark

NameMario/
Mario-n-medium-4_c18.xml
MD5SUM6d883eab13fdde7c2f2cac6b4a0af40c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark832
Best CPU time to get the best result obtained on this benchmark125.955
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains53
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":8},{"size":30,"count":52}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
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

283.69/283.79	c xcsp_picat version 2.4#7 (8/14/2018)
283.69/283.79	o 649
283.69/283.79	o 799
283.69/283.79	o 832
283.69/283.79	s OPTIMUM FOUND
283.69/283.79	v <instantiation>
283.69/283.79	v     <list> s[] g[] f[]  </list> 
283.69/283.79	v     <values> 6 0 15 17 18 5 26 7 9 12 10 11 16 4 2 8 21 14 28 19 20 13 22 23 24 25 3 27 1 29  0 0 3 58 67 0 11 0 62 27 0 0 52 60 62 52 69 76 62 0 0 69 0 0 0 0 33 0 69 0  52 0 54 45 179 0 14 0 47 215 0 0 279 141 18 6 154 274 29 0 0 146 0 0 0 0 196 0 91 0   </values> 
283.69/283.79	v </instantiation>

Verifier Data

OK	832

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309541-1534311684/watcher-4309541-1534311684 -o /tmp/evaluation-result-4309541-1534311684/solver-4309541-1534311684 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534293327-696 --watchdog 2580 xcsp_picat HOME/instance-4309541-1534311684.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
Current StackSize limit: 8192 KiB

solver pid=3326, runsolver pid=3323

[startup+0.100208 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 3327
/proc/meminfo: memFree=24498880/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2025744 memory=34556 CPUtime=0.1 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 1158 0 0 0 10 0 0 0 20 0 1 0 248731523 2074361856 8639 33554432000 4194304 5849940 140727284898080 140727284898080 4548541 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 506436 8639 629 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 34556 KiB

[startup+0.210036 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 3327
/proc/meminfo: memFree=24488516/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2025840 memory=43444 CPUtime=0.21 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 1299 0 0 0 21 0 0 0 20 0 1 0 248731523 2074460160 10861 33554432000 4194304 5849940 140727284898080 140727284898080 140122565600236 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 506460 10861 716 405 0 503404 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2025840 KiB
Current children cumulated memory: 43444 KiB

[startup+0.309878 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 3327
/proc/meminfo: memFree=24488516/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2025784 memory=43444 CPUtime=0.31 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 1305 0 0 0 31 0 0 0 20 0 1 0 248731523 2074402816 10861 33554432000 4194304 5849940 140727284898080 140727284898080 5606427 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 506446 10861 716 405 0 503390 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2025784 KiB
Current children cumulated memory: 43444 KiB

[startup+0.700335 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3327
/proc/meminfo: memFree=24488376/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2025824 memory=43484 CPUtime=0.69 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 1309 0 0 0 69 0 0 0 20 0 1 0 248731523 2074443776 10871 33554432000 4194304 5849940 140727284898080 140727284897176 5606384 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 506456 10871 717 405 0 503400 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2025824 KiB
Current children cumulated memory: 43484 KiB

[startup+1.50034 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3327
/proc/meminfo: memFree=24488624/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2025888 memory=43532 CPUtime=1.49 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 1322 0 0 0 149 0 0 0 20 0 1 0 248731523 2074509312 10883 33554432000 4194304 5849940 140727284898080 140727284897176 140122565148612 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 506472 10883 718 405 0 503416 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2025888 KiB
Current children cumulated memory: 43532 KiB

[startup+3.10966 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3327
/proc/meminfo: memFree=24482548/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2031836 memory=49628 CPUtime=3.1 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 3396 0 0 0 309 1 0 0 20 0 1 0 248731523 2080600064 12407 33554432000 4194304 5849940 140727284898080 140727284897176 4208926 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 507959 12407 747 405 0 504903 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2031836 KiB
Current children cumulated memory: 49628 KiB

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3327
/proc/meminfo: memFree=24479368/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2035052 memory=52760 CPUtime=6.29 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 6400 0 0 0 624 5 0 0 20 0 1 0 248731523 2083893248 13190 33554432000 4194304 5849940 140727284898080 140727284897080 5437799 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 508763 13190 751 405 0 505707 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2035052 KiB
Current children cumulated memory: 52760 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3327
/proc/meminfo: memFree=24480784/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2034176 memory=51756 CPUtime=12.69 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 10640 0 0 0 1260 9 0 0 20 0 1 0 248731523 2082996224 12939 33554432000 4194304 5849940 140727284898080 140727284897176 140122565599111 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 508544 12939 760 405 0 505488 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2034176 KiB
Current children cumulated memory: 51756 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3327
/proc/meminfo: memFree=24479348/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2035112 memory=52684 CPUtime=25.49 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 15092 0 0 0 2530 19 0 0 20 0 1 0 248731523 2083954688 13171 33554432000 4194304 5849940 140727284898080 140727284897240 140122565599111 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 508778 13171 760 405 0 505722 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2035112 KiB
Current children cumulated memory: 52684 KiB

[startup+51.1097 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3327
/proc/meminfo: memFree=24461956/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2052068 memory=69820 CPUtime=51.1 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 25112 0 0 0 5071 39 0 0 20 0 1 0 248731523 2101317632 17455 33554432000 4194304 5849940 140727284898080 140727284897080 140122565599111 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 513017 17455 760 405 0 509961 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2052068 KiB
Current children cumulated memory: 69820 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3328
/proc/meminfo: memFree=24397372/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2050268 memory=67952 CPUtime=102.29 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 37123 0 0 0 10160 69 0 0 20 0 1 0 248731523 2099474432 16988 33554432000 4194304 5849940 140727284898080 140727284896952 5437817 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 512567 16988 760 405 0 509511 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2050268 KiB
Current children cumulated memory: 67952 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3329
/proc/meminfo: memFree=24382472/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2060012 memory=77764 CPUtime=162.29 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 44697 0 0 0 16123 106 0 0 20 0 1 0 248731523 2109452288 19441 33554432000 4194304 5849940 140727284898080 140727284897080 140122565599111 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 515003 19441 760 405 0 511947 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2060012 KiB
Current children cumulated memory: 77764 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/190 3330
/proc/meminfo: memFree=24401732/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2039264 memory=57144 CPUtime=222.29 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 51937 0 0 0 22086 143 0 0 20 0 1 0 248731523 2088206336 14286 33554432000 4194304 5849940 140727284898080 140727284897176 5606435 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 509816 14286 760 405 0 506760 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2039264 KiB
Current children cumulated memory: 57144 KiB

[startup+282.3 s]
/proc/loadavg: 2.16 2.05 2.06 3/190 3331
/proc/meminfo: memFree=24357820/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2084852 memory=102552 CPUtime=282.28 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 57453 0 0 0 28049 179 0 0 20 0 1 0 248731523 2134888448 25638 33554432000 4194304 5849940 140727284898080 140727284897080 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 521213 25638 760 405 0 518157 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2084852 KiB
Current children cumulated memory: 102552 KiB

[startup+283.798 s]
# the end of solver process 3326 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=281.988 s, system=1.80799 s

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

[startup+282.4 s]
/proc/loadavg: 2.16 2.05 2.06 3/190 3331
/proc/meminfo: memFree=24357820/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2084852 memory=102552 CPUtime=282.38 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 57453 0 0 0 28059 179 0 0 20 0 1 0 248731523 2134888448 25638 33554432000 4194304 5849940 140727284898080 140727284897080 5437906 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 521213 25638 760 405 0 518157 0
Current children cumulated CPU time: 282.38 s
Current children cumulated vsize: 2084852 KiB
Current children cumulated memory: 102552 KiB

[startup+283.2 s]
/proc/loadavg: 2.15 2.05 2.06 3/190 3331
/proc/meminfo: memFree=24357952/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2084852 memory=102552 CPUtime=283.19 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 57453 0 0 0 28139 180 0 0 20 0 1 0 248731523 2134888448 25638 33554432000 4194304 5849940 140727284898080 140727284897080 5438020 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 521213 25638 760 405 0 518157 0
Current children cumulated CPU time: 283.19 s
Current children cumulated vsize: 2084852 KiB
Current children cumulated memory: 102552 KiB

[startup+283.6 s]
/proc/loadavg: 2.15 2.05 2.06 3/190 3331
/proc/meminfo: memFree=24357952/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2084852 memory=102552 CPUtime=283.59 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 57453 0 0 0 28179 180 0 0 20 0 1 0 248731523 2134888448 25638 33554432000 4194304 5849940 140727284898080 140727284897080 140122565599111 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 521213 25638 760 405 0 518157 0
Current children cumulated CPU time: 283.59 s
Current children cumulated vsize: 2084852 KiB
Current children cumulated memory: 102552 KiB

[startup+283.7 s]
/proc/loadavg: 2.15 2.05 2.06 3/190 3331
/proc/meminfo: memFree=24357952/32770624 swapFree=67108856/67108860
[pid=3326] ppid=3323 vsize=2084852 memory=102552 CPUtime=283.69 cores=0,2,4,6
/proc/3326/stat : 3326 (xcsp_picat) R 3323 3326 665 0 -1 4202496 57453 0 0 0 28189 180 0 0 20 0 1 0 248731523 2134888448 25638 33554432000 4194304 5849940 140727284898080 140727284897080 5438592 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9396308 15458304 140727284905142 140727284905220 140727284905220 140727284907978 0
/proc/3326/statm: 521213 25638 760 405 0 518157 0
Current children cumulated CPU time: 283.69 s
Current children cumulated vsize: 2084852 KiB
Current children cumulated memory: 102552 KiB

Child status: 0
Real time (s): 283.798
CPU time (s): 283.796
CPU user time (s): 281.988
CPU system time (s): 1.80799
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 2084852
Max. memory (cumulated for all children) (KiB): 102552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.988
system time used= 1.80799
maximum resident set size= 102612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57505
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= 2
involuntary context switches= 90


# summary of solver processes directly reported to runsolver:
#   pid: 3326
#   total CPU time (s): 283.796
#   total CPU user time (s): 281.988
#   total CPU system time (s): 1.80799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47988 second user time and 1.68302 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-15 07:41:24
IDJOB=4309541
IDBENCH=141527
IDSOLVER=2794
FILE ID=node132/4309541-1534311684
RUNJOBID= node132-1534293327-696
PBS_JOBID= 21038142
Free space on /tmp= 38896 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/Mario/Mario-n-medium-4_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309541-1534311684/watcher-4309541-1534311684 -o /tmp/evaluation-result-4309541-1534311684/solver-4309541-1534311684 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534293327-696 --watchdog 2580  xcsp_picat HOME/instance-4309541-1534311684.xml

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

MD5SUM BENCH= 6d883eab13fdde7c2f2cac6b4a0af40c
RANDOM SEED=1256800314

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.65
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.65
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.65
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.65
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:        24528968 kB
MemAvailable:   31599240 kB
Buffers:          221660 kB
Cached:          7081788 kB
SwapCached:            4 kB
Active:          4126408 kB
Inactive:        3529196 kB
Active(anon):     301412 kB
Inactive(anon):   110864 kB
Active(file):    3824996 kB
Inactive(file):  3418332 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:              3128 kB
Writeback:             0 kB
AnonPages:        358544 kB
Mapped:            60244 kB
Shmem:             58012 kB
Slab:             283676 kB
SReclaimable:     255404 kB
SUnreclaim:        28272 kB
KernelStack:        3408 kB
PageTables:         6012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2676368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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 /tmp at the end= 38896 MiB
End job on node132 at 2018-08-15 07:46:07